Stephen Kortz wrote:
> Hi,
> 
> In the following html statement: <li><a href="#">Home</a></li>. Could anyone
> please explain to me why the pound sign is placed in quotes. I'm a bit
> baffled about this one.

This has nothing to do with CSS.


W3 spec [0] suggests links be wrapped in quotes.  # is a book mark, 
usually something like:  #top where there is an anchor or id of "top" 
somewhere else on the page, and it scrolls to that location.  When there 
is no location, its simply a place holder for testing or for 
(non-accesible) javascript links.

0- http://www.w3.org/TR/html4/intro/intro.html#h-2.1.1

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to