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

css

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.

Problem

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

Original source

Related problems