How to change your font size?
<html >
<head>
<title>Font Tag</title>
</head>
<body bgcolor="#FFFFFF">
<p><font size="5">
Are you using the default font for your browser? If you're like most
people you didn't know that you could change it. Well, that's okay, I
can change it for you!
</font>
</p>
</body>
</html>
<html >
<head>
<title>Font Tag</title>
</head>
<body bgcolor="#FFFFFF">
<p><font size="5">
Are you using the default font for your browser? If you're like most
people you didn't know that you could change it. Well, that's okay, I
can change it for you!
</font>
</p>
</body>
</html>
OUTPUT
-Font Tag
Are you using the default font for your browser? If you're like most
people you didn't know that you could change it. Well, that's okay, I
can change it for you! (Note- font size = "3" is default so you can use greater or smaller then three.)
No comments:
Post a Comment