<!doctype html>
<html>
<head>
<title>Comments</title>
</head>
<body>
<p>Sometimes you want to note something while coding.</p>
<!-- This text will not be shown in the browser! -->
<p>You can write these notes in comments.</p>
</body>
</html>