HTML Font Tag With Size Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Font Tag With Size Attribute Example </h2>
<font size="1"> Here Font size="1" it is smallest font size </font><br>
<font size="2"> Here Font size="2" </font><br>
<font size="3"> Here Font size="3" </font><br>
<font size="4"> Here Font size="4" </font><br>
<font size="5"> Here Font size="5" </font><br>
<font size="6"> Here Font size="6" </font><br>
<font size="7"> Here Font size="7" </font>
<center>
</body>
</html>
OUTPUT<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Font Tag With Size Attribute Example </h2>
<font size="1"> Here Font size="1" it is smallest font size </font><br>
<font size="2"> Here Font size="2" </font><br>
<font size="3"> Here Font size="3" </font><br>
<font size="4"> Here Font size="4" </font><br>
<font size="5"> Here Font size="5" </font><br>
<font size="6"> Here Font size="6" </font><br>
<font size="7"> Here Font size="7" </font>
<center>
</body>
</html>
No comments:
Post a Comment