008-isvalid.xhtml (516B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title><small></title> 4 </head> 5 <body> 6 <!-- is structured inline --> 7 <p><small class="class" xml:lang="en">text</small></p> 8 9 <!-- is strictly inline --> 10 <p><dfn><small class="class" xml:lang="en">text</small></dfn></p> 11 12 <!-- can be empty --> 13 <p>text <small></small></p> 14 <p>text <dfn><small></small></dfn></p> 15 16 <!-- can contain interactive --> 17 <p><small><a>text</a></small></p> 18 <p><dfn><small><a>text</a></small></dfn></p> 19 </body> 20 </html>