Apply Linked Style to Your Web Pages Using CSS
Ideally, you place styles in a separate document (a style sheet) that links to multiple pages so that the styles have global (site-wide) scope. The styles defined in this style sheet can then affect every page of your site, not just a single page or a single tag. This is the only method of the three that truly separates the presentational styles from the structural markup.










