serenity/Tests/LibWeb/tokenizer-test.html

15 lines
408 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>This is a test page :^)</title>
</head>
<body>
<p>This is the first paragraph.</p>
<p foo="bar">The second paragraph has an attribute!</p>
<!-- This is a standard HTML comment. -->
<!----- This comment has a few too many dashes. ----->
<!----> <!-- <= There is an empty comment over there. -->
</body>
</html>