HTML-Advisor
Mostly practical advices

Posts Tagged ‘elements’

What is global CSS reset?

Saturday, July 26th, 2008

One of the most common mistakes when creating a website is not removing the default browser CSS styling. This leads to inconsistencies in the appearance of your website design across browsers, and makes a lot of coders to blame the browser. It is a misplaced blame, of course. Before you do anything else [...]

  • CSS
  • Jul 26th, 2008
  • 1

Web Developer extension

Saturday, August 4th, 2007

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
It is created by Chris Pederick in order to handle dozens of [...]

Benefits of Using Unordered Lists

Friday, August 4th, 2006

The List Concept
When marking up content which could be defined in some way as a list, you should consider using an unordered list (<ul>) for presentation. Not only does it improve the readability of your HTML code, it also applies meaning to content which would otherwise have none.
Underused and maligned
Many sites avoid using unordered lists [...]

CSS Organization Part 1

Sunday, June 4th, 2006

With nearly ubiquitous standards support among modern browsers, we’re turning to CSS to handle presentational heavy lifting more than ever. The more we rely upon CSS, the larger and more complex CSS files become. These files bring with them a few maintenance and organizational challenges.
Gone are the days of creating a single CSS file and [...]

  • CSS
  • Jun 4th, 2006
  • 0