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