blob: b0c7b33f02b191d91f271f1fe25de3092ef712b0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>&lt;img&gt;</title>
</head>
<body>
<!-- is structured inline -->
<p><a href='foo'><img
src="url"
alt="text"
width="42"
height="095"
ismap="ismap"
class="class"
lang="en"></a></p>
<!-- is strictly inline -->
<p><a href='foo'><dfn><img
src="url"
alt="text"
width="42"
height="095"
ismap="ismap"
class="class"
lang="en"></dfn></a></p>
<!-- src and alt are required, others optional -->
<p><img src="ur" alt="text"></p>
</body>
</html>