5
CSS: External Style Sheets
Posted in Blog, CSS Tutorials by Admin
An external style sheet is ideal when the styles are applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the <link> tag.
The <link> tag goes inside the head section:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML
more
5
CSS: Introduction
Posted in Blog, CSS Tutorials by Admin
HTML was originally designed as a simple way of presenting information and was never intended to contain tags for formatting a document.
When tags like <font> were added to the HTML 3.2 specification, it started a nightmare for coders. Development of Websites became a long and unduly painful process – where fonts and color information had to be added to
more





Follow Us