blob: 0f7fe87022ba5341c98e87100dffbf92c9ae9e14 (
plain)
1
2
3
4
5
6
7
8
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>img with positive values for width and height</title>
</head>
<body>
<img src="url" width="10" height="10" alt="bar"/>
</body>
</html>
|