How to Put CSS file in (X)HTML ?
In general there are 3 ways to put the CSS into the HTML code:
- Inline Style Sheet
- Internal Style Sheet
-E xternal Style Sheet
At this point you have some choices of how to use the CSS, either inline, internally or externally.
The following is an explanation of each formation… (more…)
