Search This Blog

HTML Relative Font Tag With Size Attribute Example

HTML Relative Font Tag With Size Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Relative Font Tag With Size Attribute Example </h2>

<font size="-1"> Font size="-1" </font><br>
<font size="+1"> Font size="+1" </font><br>
<font size="+2"> Font size="+2" </font>

<center>
</body>
</html>
OUTPUT

No comments:

Post a Comment