forked from KolibriOS/kolibrios
12 lines
265 B
HTML
12 lines
265 B
HTML
|
<!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>
|