Things You'll Need:
- Text or HTML editor
-
Step 1
Add the following attribute to the element, such as
or, containing the text whose size you want to change. If necessary, surround the text with a newelement:style="font-size: 12px;"Step 2Replace "12px" with the size you want to give the text. Options include
small,medium, andlarge; relative values such assmallerandlarger, which reduce or increase the font size currently in effect; percentages such as "125%", which would make the text larger than the surrounding text; or a specific number of pixels as given in the example.Set Text Size Using the FONT tag
Step 1Place your cursor in front of the content you want to resize and type in the following opening HTML tag:
Step 2Type the following after the text:
Tips & Warnings- When using CSS, font size may also be set as part of the
fontproperty, which allows you to set both size and font family.











