You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
316 B
16 lines
316 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Úvod</title>
|
|
</head>
|
|
<body>
|
|
<h1>ALT PAGE</h1>
|
|
<ul>
|
|
<li><a href="index.html">INDEX</a></li>
|
|
<li><a href="druhy.html">ALT PAGE</a></li>
|
|
<li><a href="clanek.html">Článek</a></li>
|
|
</ul>
|
|
<h2>Nadpis 2</h2>
|
|
<img src="image.jpg" alt="OBRAZEK KRAJINY">
|
|
</body>
|
|
</html>
|