1 | Read in a style sheet and override a style: <HEAD> <STYLE type="text/css"> @import url(myStyle.css); H1 {text-align: center} </STYLE> </HEAD> |
2 | Color a paragraph (not recommended): <P STYLE="color: green">A green paragraph! |
3 | Selector |
4 | Declaration |