This is an ad.
 
Webmonkey Kids
Webmonkey Kids
Lessons
Projects
Playground
Tools

Background Color
icon Background Images
Font Color
Font Size
Headlines



Parents and Teachers:
Find out how your kids can use Webmonkey for Kids as a learning tool at home or in the classroom with our Planning Guide.

Send us feedback

Lesson D: Changing Your Page
Font Size


<font size=#> adjusts font size

</font> returns font to default size

Want to make your words really big or really small? Or somewhere in between? That's what the <font size> tag lets you do.

The default font size is 3, but you can alter it by inserting a number, such as <font size=5>, or a relative value (using the plus or minus sign), which changes the size in relation to the size that's already there: <font size=+2> or <font size=-1>, for example.

So if you write this:

<font size=6>I am a big person.</font>

You'll get:

I am a big person.


The <font size> tag even lets you combine different sized words on the same line, so you can

Stride across the page like a GIANT!

Back

Next Page