Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8024991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:01:09+00:00 2026-06-04T23:01:09+00:00

This question is geared towards CSS3, I’ve been looking at a few boilerplate templates

  • 0

This question is geared towards CSS3, I’ve been looking at a few boilerplate templates and guides and most of them declare a whole lot of attributes before even going into what you want to edit.

  • Why is this so? Does declaring all of the usable attributes make the
    browser load faster or something?

  • What are the benefits? Why not just use CSS3 “as is” (like just declaring what’s being used in the HTML section)?

  • And if the underlying attribute changes in further editions, wouldn’t
    it mean you would have to constantly keep a check on deprecated
    attributes and keep declaring and changing attributes every once in a while?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T23:01:11+00:00Added an answer on June 4, 2026 at 11:01 pm

    HTML5Boilerplate contains a version of normalize.css. Rather than just reset everything to 0 (i.e. margins, padding etc) it has the minimum set of changes to ensure things have the same settings in all browsers. In their own words:

    “Normalize.css is a customisable CSS file that makes browsers render
    all elements more consistently and in line with modern standards. We
    researched the differences between default browser styles in order to
    precisely target only the styles that need normalizing.”

    An example of a style used here is:

    /*
     * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
     * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
     */
    
    html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    

    This fixes some weirdness in older IE, as well as on iOS. This is the sort of thing that you’ll likely have a problem with, read loads, find a solution and add in eventually yourself. By using this set of defaults you can avoid a lot of weirdness.

    As well as bugs, it includes things you’d likely want anyway:

    nav ul,
    nav ol {
        list-style: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }
    

    Using a ul in a nav is a common pattern, and you usually don’t want bullet points there. This sorts that for you.

    In all, I’d recommend using your own custom version of their code – it will save you a lot of annoyance!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question is geared towards a group of newly hired developers that need to
This question is geared towards MySQL, since that is what I'm using -- but
This is almost a programming question, but geared towards physicists. Suppose I am writing
This question is mainly geared towards Zend in PHP, although it certainly applies to
This question has been asked many times before, but they all seem to relate
This question has been asked before but the accepted solution (given by the question
This question has been asked a lot of times in many forums. But I
This question is close, but it's looking for the ordinal position. I'm looking for
This is specifically geared towards managing MP3 files, but it should easily work for
This question is just to clear some things up. Some things like this have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.