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