Source code

Revision control

Copy as Markdown

Other Tools

<!doctype HTML>
<html>
<head>
<title>unclosed canvas tag in body</title>
</head>
<body>
<p>There should be no text below this, because the text is inside a canvas element.
The canvas is never closed, and the rest of the body ends up inside it.</p>
</body>
</html>