Colorful Style Sheets
Creative Style Sheets
Cascading Style Sheets
Computer Style Sheets
<style src="mystyle.css" type="text/css"></pre></style>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
In the<body> section
In the<head> section
At the end of the document
T the top of the document
<css>
<script>
<style>
Style
Class
Styles
Font
{body;color:black;}
Body {color: black;}
Body:color=black;
{body:color=black;}
// this is a comment //
// this is a comment
/* this is a comment */
' this is a comment
Bgcolor
Background-color
Color
H1 {background-color:#FFFFFF;}
H1.all {background-color:#FFFFFF;}
All.h1 {background-color:#FFFFFF;}
Text-color
Fgcolor
Color
Wait!
Here's an interesting quiz for you.