Tagged Questions

-1
votes
8answers
264 views

Why doesn’t HTML have a “slogan” tag?

It seems really obvious to me that there should be a "slogan" tag in addition to the "title" tag. Many, perhaps most, websites use their business name with a slogan in their title. …
2
votes
2answers
99 views

Is there a standard for line break characters in web forms?

Can I expect line breaks in text boxes to be one of the common line break conventions or does it depend on the user's OS? i.e.: CR or CR+LF or LF
2
votes
19answers
383 views

Should all links on a webpage be underlined?

Is there a rule that states that all links should be underlined to make them look like links? I have seen many sites where the footer, for example, does not have underlined links. …
4
votes
6answers
169 views

Unordered lists and accessability

Many (most?) sites aiming for accessability and standards compliance use unordered lists for their navigation. Does this make the site more accessible or does it just provide usefu …
5
votes
5answers
257 views

Are there reasons to still use the “@import” css rule?

I recently came across a use of the @import rule on Coda.com. They're actually using to import the main style sheet for the site, specifically the format: <style type="text/css …