![]() |
Style Rules Embedding a Style sheets External Style Sheets Importing a Style sheets Styles Inline Class ID SPAN and DIV Quick Reference Table HTML Tutorial Databases and ASP |
Embedding a Style SheetsThere are various ways of linking these style rules to your HTML documents,
but the simplest method for starting out is to use HTML's STYLE element.
This element is placed in the document HEAD, and it contains the style
rules for the page. <HTML> Click here to see the result ..... Impressed! Note: P { font-family: arial; font-size: 10pt; color: blue } /*This will be used for the index page*/
|
|||||||