Changing Tags
If you wanted to set all your <H3> tags to display in blue colored 12-point Times New Roman with an indent on
the first line, you can do that with CSS. Here's what the code for that would look like:
H3 { font-size: 12pt;
font-family: "Times New Roman";
text-indent: 10pt
color: blue
}
Mouse over this text
Toggle the Clock