|
Sections: Introduction | Section 1 | Section 2 | Section 3 |
Section Three: Part A | Part B | Part C | Part D | Part E |
Moving from Internal to External Cascading Style Sheets Typically, when you begin to create your web page you have considered the types of CSS styles rules you will need and you have considered how each page will access your style rules (i.e. inline, internal, or external). As a rule of thumb it is always best to think globally - seeing the big picture of your web page or web site. With this in mind, the best approach is typically to create your CSS rules directly within an external style sheet. This will save you a lot of work right from the start. Stop & ThinkWhat if when you began creating your HTML document you used internal CSS styles not an external style sheet? Not a problem. You can simply cut your style rules from your HTML document and place them in an external .css file. Let's see that in action now. Let's See it in Action: Moving Internal Style Rules to an External Style SheetFollow the instructions below to cut internal style sheets from an HTML document and place them in an external .css file.
|
© All rights reserved. |