model-novalid.html (612B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><img></title> 6 </head> 7 <body> 8 <!-- is structured inline --> 9 <p><img 10 src="url" 11 alt="text" 12 width="42" 13 height="095" 14 usemap="url" 15 ismap="ismap" 16 class="class" 17 lang="en"></img></p> 18 19 <!-- is strictly inline --> 20 <p><dfn><img 21 src="url" 22 alt="text" 23 width="42" 24 height="095" 25 usemap="url" 26 ismap="ismap" 27 class="class" 28 lang="en"></img></dfn></p> 29 30 <!-- src and alt are required, others optional --> 31 <p><img src="ur" alt="text"></img></p> 32 </body> 33 </html>