Page 112 - Computer Class 07
P. 112
The output will be displayed as given below:
Changing the Size of Text
Fonts play a very important role in making a website more user friendly and
increasing content readability. Font face and colour depends entirely on the computer
and browser that is being used to view your page but you can use HTML <font> tag
to add style, size and colour to the text on your website. You can use a <basefont>
tag to set all of your text to the same size, face and colour.
The font tag is having three attributes called size, colour and face to customise your
fonts. To change any of the font attributes at any time within your webpage, simply
use the <font> tag. The text that follows will remain changed until you close with the
</font> tag. You can change one or all of the font attributes within one <font> tag.
Smart Corner
You can set content font size using size attribute. The range of accepted values is from
1(smallest) to 7(largest). The default size of a font is 3.
Computer-7 112 Computer-1