Enlarging Text Size within a Web Page
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″>
Tags: browser, Code, Enlarging, example, Font, perform, size, Tag, task, Text Size, Web Page, within