Learn CSS Practically

Explore a variety of different CSS exercises which includes margin, padding, styling, formatting and creating basic structures of a website.

CSS Introduction
CSS Properties

CSS How to

When a browser reads a style sheet, it will format the HTML document according to the information in the style sheet.

There are three ways of inserting a style sheet:

External CSS

With an external style sheet, you can change the look of an entire website by changing just one file! Each HTML page must include a reference to the external style sheet file inside the <link> element, inside the head section.

Now that you know how to link CSS, let's deeply understand each one of them


Share this page on :