forked from KolibriOS/kolibrios
bb2bbc6b91
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
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>
|