test3.html.err 442 B

123456789101112
  1. ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p
  2. </a><p><hr></p>
  3. ^
  4. ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p
  5. <p><hr></p>
  6. ^
  7. ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
  8. <h4><b>Links</h4></b>
  9. ^
  10. ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
  11. <h4><b>Links</h4></b>
  12. ^