Style Sheets can be added to a html document in three (3) different ways.
- External Style Sheet
- Internal/Embedded Style Sheet
- Inline Style Sheet
External Style Sheet
This format would be most ideal when applying to more than one html document. Â An external file will be created and a link will be placed in each document.
ExampleÂ
;
Internal /Embedded Style Sheet
This format would be most ideal when applying a unique style to a specific html document. This style sheet override the external style sheet.
Example