treehouse : what would you like to learn today?
Web Design Web Development iOS Development

FF HTML Selector default values

  • I was surfing on the net yesterday and ran across this, check out
    "C:\Program Files\Mozilla Firefox\res\html.css"
    on your computer for all of the default values FF uses to display your web page.

    I didn't realize it was available on my computer and not just built in to the
    browser.

    for example, default body margin is 8px. just shows you why you need to do
    some kind of reset for the various browsers if you want consistency across
    browsers.

    Al
  • There is also interesting stuff in there like how it hides the content of the head section. Weird to think you can reset that and show all that junk, but you can :)