kolibrios/contrib/network/netsurf/libhubbub/test/data/html/misnested.html

12 lines
265 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Misnested tags</title>
</head>
<body>
<p>Hello <b>this <i>is a test </b>of badly </i>nested tags</p>
<p>Hello <b>this <i>is a <button>test </b>of badly </i>nested tags</p>
<p>Hello <a>this is <p><a>test </p></p>
</body>
</html>