Posts Tagged ‘perform’

Enlarging Text Size within a Web Page

Sunday, July 13th, 2008

Although you can enlarge web pageĀ  text with the FONT tag, you also use the BIG tag.

The BIG tag is used to increase the size of your font. You can add additional BIG tags, side by side, to increase your font size even further. For each additional BIG tag you use, your font size will increase.

HTML Code:

<BIG>Your Text</BIG>

Browser View:

Your Text

HTML Code:

<BIG><BIG>Your Text</BIG></BIG>

Browser View:

Your Text

The BIG tag can be used in place of the FONT tag, as they both perform the same task.

Example Font Tag:

<FONT size=”3″>