model-isvalid.html (366B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><blockquote></title> 6 </head> 7 <body> 8 <!-- is block, contains blocks --> 9 <blockquote cite="url" class="class" id="id" lang="en"> 10 <h2>header</h2> 11 <p>text</p> 12 <p>text2</p> 13 </blockquote> 14 15 <!-- can contain interactive --> 16 <blockquote><p><a>text</a></p></blockquote> 17 </body> 18 </html>