HomeWritingArchive2006December → 24th

Styling the hr tag

Styling a horizontal rule with CSS is a true nightmare, due to the behavioural issues among the available browsers. This is the main reason why the hr tag is marginalised. When was the last time you saw a hr in a website source code? Can you remember? The hr tag is informally deprecated, since web designers tend to use the div tag instead. Some common usages are <div class=”separator”> and [...]

Popularity: 7%