model-isvalid.html (316B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><pre></title> 6 </head> 7 <body> 8 <!-- is block --> 9 <pre class="class" id="id" lang="en">text</pre> 10 11 <!-- can contain interactive --> 12 <pre><a>text</a></pre> 13 14 <!-- can contain strictly inline --> 15 <pre>text <em>elem</em></pre> 16 </body> 17 </html>