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