Baseline Style Sheet
In this lesson, our front-end web dev journey takes us to the door step of the baseline style sheet. Let's begin!
We'll cover the following...
As you already learned, browsers apply their own styles to tags. The HTML standard does not specify any of this formatting. It is up to web browser vendors to add this formatting to make basic HTML more readable. Even though browsers treat all tags nearly the same, they don’t treat them identically, and they assign different default style settings to them.
The style sheet ...