model-isvalid.html (298B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><br></title> 6 </head> 7 <body> 8 <!-- is structured inline --> 9 <p>text <br class="class" lang="en"></p> 10 11 <!-- is strictly inline --> 12 <p>text <dfn><br class="class" lang="en"></dfn></p> 13 14 <!-- must be empty --> 15 </body> 16 </html>