|
Posted by Chris F.A. Johnson on 08/17/06 02:18
On 2006-08-17, Luigi Donatello Asero wrote:
> Hello,
> I am wondering whether I should use an unordered list (UL) for the links
> which are contained in the <h1></h1> on
> the page https://www.scaiecat-spa-gigi.com/index.php
If it's a list, it belongs in a list element.
I don't think they belong inside the <h1> element, though. More
like:
<h1>Scaiecat Spa Gigi - Homepage</h1>
<ul>
<li><a href="https://www.scaiecat-spa-gigi.com/sv/valkommen.php"> Svenska</a>
<li><a href="https://www.scaiecat-spa-gigi.com/it/benvenuti.php">Italiano</a>
<li><a href="https://www.scaiecat-spa-gigi.com/en/welcome.php">English</a>
<li><a href="https://www.scaiecat-spa-gigi.com/de/willkommen.php">Deutsch</a>
<li><a href="https://www.scaiecat-spa-gigi.com/fr/bienvenue.html">Français </a>
<li><a href="https://www.scaiecat-spa-gigi.com/es/bienvenidos.html">Espanol</a>
<li><a href="https://www.scaiecat-spa-gigi.com/dk/velkommen.html">Dansk</a>
<li><a href="https://www.scaiecat-spa-gigi.com/ee/tere-tulemast.html">Eesti keel</a>
<li><a href="https://www.scaiecat-spa-gigi.com/fi/tervetuloa.php">Suomea</a>
<li><a href="https://www.scaiecat-spa-gigi.com/pl/witamy-w.html">Polski</a>
</ul>
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Navigation:
[Reply to this message]
|