R: Titles

-----Messaggio originale-----
Da: public-wcag-teamb-request@w3.org
[mailto:public-wcag-teamb-request@w3.org] Per conto di Lisa Seeman
Inviato: mercoledì 14 settembre 2005 9.50
A: public-wcag-teamb@w3.org
Oggetto: Titles


Use titles to summarise the content
Use titles clearly to help users find exactly the page they need. 
The page title should describe what is on this page and not a general title
of your whole site. 
HTML example
<title>Canadian Biodiversity: Species: Mammals: Golden-Mantled Ground
Squirrel</title> 
Titles in the page content should help the user know if they reached the
section that they need to read. 
HTML example
<head> <h2>section one - how to write an alt tag </h2> </head> 
In the example the text "how to write an alt tag", let the user know that
this is the right section for learning about alt tags. If the heading only
said "section one" the user would have to read more to find out if they are
in the right section. 

Roberto :
I disagree with second example, that should start with <h1> and put inside
body. 

<head>
...
</head>

 <body>
  <h1> section one - how to write an alt tag </h1>
 <body>

Received on Wednesday, 14 September 2005 07:57:15 UTC