x
 
<html>
<!--This is a comment. PAGE TITLE! -->
<head>
<title>Brenko.web HTML tutorial</title>
</head>
<body>
<div>
<!--[if IE 6]>
    <p>Special instructions for IE 6 here</p>
<![endif]-->
<h1>HTML tutorial starts here!</h1>
<p>My first page <p><br />
<!--This is a comment too. We don't want to show the link in a browser
    <a href="../../html/html_basics/html_how_does_work.php" target="_blank">Test the link</a>
-->
    
</div>
</body>
</html>