Internal Style Sheet Demonstration
Level One Style Sheet Example:
h1
{
color: #660033;
font-family: sans-serif;
}
Level Two Style Sheet Example:
h2
{
color: #FF33CC;
font-family: cursive;
}
Level Three Style Sheet Example:
h3
{
color: #330000;
font-family: fantasy;
}
Level Four Style Sheet Example:
h4
{
color: #336600;
font-family: serif;
}
Level Five Style Sheet Example:
h5
{
color: #993300;
font-family: monospace;
}
Level Six Style Sheet Example:
h6
{
color: #333333;
font-family: arial;
}