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 8337407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:17:47+00:00 2026-06-09T04:17:47+00:00

I often see web developers use the following: *, html { margin: 0; padding:0;

  • 0

I often see web developers use the following:

*, html {
    margin: 0;
    padding:0;
}

But I would have thought that would be redundant, since * matches all elements. Am I missing something here?

  • 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-09T04:17:48+00:00Added an answer on June 9, 2026 at 4:17 am

    It isn’t redundant if you are in need of more specificity to protect from an override default style on an html selector maybe such as in the case of changing font styles.

    However, * will match an html tag.

    You can read more about CSS Specificity here.

    Edit:

    Example case usage:

    if you have a default set of styles you include on every page to override browser defaults that includes this:

    *,html {
       margin: 0;
       padding: 0;
    }
    

    then later a different css file happens to have the same selector for a different case:

    * {
       margin: 10px;
       padding: 0;
    }
    

    Then your html will remain unaffected because a * has no specificity for starters which means the rule is overturned by the previous css rule.

    I added a font changing example that does this on the body tag to demonstrate the concept – http://jsfiddle.net/M89Tn/1/

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

Sidebar

Related Questions

In ASP.NET I often see (and have copied the following) but never really understood
I often see a pattern used in circumstances where we have look-up code that
I often see people asking XML/XSLT related questions here that root in the inability
In classes that implement INotifyPropertyChanged I often see this pattern : public string FirstName
In the Java world, I often see separation between web server and application server.
I have a simple web service that will have one method: DoTransactions(xlm) Now the
After publishing a new build of my ASP.NET MVC web application, I often see
I have a web service that needs to be protected from unauthorized users. I
So I have this web app that in theory may one day become a
I think this mostly applies to web applications, since you often see things like

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.