Some HTML elements will display correctly, even if you forget the end tag:
<html> <body> <p> This is a paragraph<p> This is a paragraph</body> </html>