a)
<HTML>
<Title>
Linkkejä
</Title>
<a href="Espoo.html">Espoo </a> <BR>
<a href="Lontoo.html">Lontoo </a> <BR>
<a href="New York.html">New York </a> <BR>
<a href="Pariisi.html">Pariisi </a> <BR>
<a href="Tallinna.html">Tallinna </a> <BR>
</HTML>
b)
<HTML>
<Title>
Linkkejä
</Title>
<a href="http://valvemaa.webs.com/html-koodit.htm">HTML Sivu 1</a> <BR>
<a href="http://ristiretki.arkku.net/HTML.htm">HTML Sivu 2 </a> <BR>
<a href="http://www.freewebs.com/masterwish/frame.htm">HTML Sivu 3 </a> <BR>
<a href="http://citius-.webs.com/HTML.htm">HTML Sivu 4 </a> <BR>
<a href="http://cs.stadia.fi/~lehtk/html.html">HTML Sivu 5 </a> <BR>
<a href="http://jamillan.webs.com/htmlapu.htm">HTML Sivu 6 </a> <BR>
<a href="http://lindan.vuodatus.net/sivut/html-apu">HTML Sivu 7 </a> <BR>
<a href="http://www.iitti.fi/lukio/html_opas/asemointi.html">HTML Sivu 8 </a> <BR>
<a href="http://users.kymp.net/p707127a/html/tausta.html">HTML Sivu 9 </a> <BR>
<a href="http://salakapakka.net/oppaat/html-ja-css-opas/">HTML Sivu 10 </a> <BR>
</HTML>
c)
<HTML>
<Title>
Kaupunki linkkejä
</Title>
<a href="Espoo.html" target="_blank">
<img src="Espoo.jpg" width="500" height="300"
</a>
<BR>
<a href="Lontoo.html" target="_blank">
<img src="Lontoo.jpg" width="500" height="300"
</a>
<BR>
<a href="New York.html" target="_blank">
<img src="New York.jpg" width="500" height="300"
</a>
<BR>
<a href="Pariisi.html" target="_blank">
<img src="Pariisi.jpg" width="500" height="300"
</a>
<BR>
<a href="Tallinna.html" target="_blank">
<img src="Tallinna.jpg" width="500" height="300"
</a>
</HTML>