HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Format text
Change text size
In Notepad, open
format.css
.
Add the property
font-size: 16pt
to the
h1
formatting:
h1 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size: 16pt;
}
Save
format.css
.
<< BACK
NEXT >>