Setting
a Basefont Size:
Basefont lets you set a font size for the whole page.
Warning!!! This tag is old and will probably be depricated soon.
1. Open the html code.
2.
You must type in the html right after the opening <body> tag the following
to use basefont:
<basefont size="n">
(n is the size of text: 1 to 7)
<html>
<head>
<title>PONY</title>
</head>
<body>
<basefont size="5">
text for page.
</body>
</html>