HTML Old School

Font Size

Obsolete way to define font size is

<font size="+3">

It is the same as

<font size="6">

Example: 0314textsize.html

 

Notice size compatibillity:

1 2 3 4 5 6 7
"-2" "-1" "0" "+1" "+2" "+3" "+7"

 

Also we can use <big></big> and <small></small>.

Cascading BIG tag: 0315textbig.html

 <big> big <big> bigger <big> the bigest </big></big></big>