blob: ae12955dbd30e8124c91867f3400d9d14734b782 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<title>test4</title>
<body bgcolor=#eeeeee >
<img src="alert_small.png" width=10 height=10 />
<br>
<img src="alert_small.png" />
<br>
<img src="alert_small.png" width=100 height=100 />
</body>
</html>
|