css

What is the difference between default, user and author style sheets?


In CSS, what is the difference between default, user and author style sheets?


Solution

  • Default style sheets are supplied by the browser vendor.

    User style sheets are supplied by the user of the browser.

    Author style sheets are supplied by the author of a webpage.