First page Back Continue Last page Image
The Link Command
- <link rel="stylesheet" href="linking_1.css" type="text/css">
- Results in creating a persistent style. One the user cannot override.
- Identifies the file where the style sheet instructions are located
- Not required for CSS3, but will be present on older pages
- In this example, there is a file called linking_1.css that contains all the css commands