How to contain styles/style sheets in HTML documents.
There are THREE popular methods:
Using STYLE= attribute in certain HTML elements/tags. (a.k.a. inline styles).
Using STYLE element/tag in a HTML document. (a.k.a. embedded styles).
External styles: Which provides three ways.
Using LINK element/tag to link to an external cascading style sheets.
Using @import to import an external style sheet.
Using CLASS attribute in certain HTML elements.
Friday, September 12, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment