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