<html>
<head>
<title>
Moje první HTML stránka
</title>
</head>
<body>
<h1>
Ahoj!
</h1>
<p>
Už umím
<strong>
psát
</strong>
HTML.
</p>
</body>
</html>