<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body style="background-color:lightgreen;">
<h2 style="font-family:verdana;text-align:center;">This is a heading</h2>
<br>
<br>
<br>
<br>
<p>This is a paragraph.</p>
<br>
<br>
<table style="width:100%">
<tr>
<th><a href="strana1.txt">Strana 1</a></th>
<th></th>
<th><a href="strana2.txt">Strana 2</a></th>
</tr>
</table>
</body>
</html>