HTML Small Tag Example :
OUTPUT
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Small Tag Example </h2>
<p> by < small > tag we can display any text to smaller than normal text in a webpage.</p>
<small>welcome to html scripting language </small>
</center>
</body>
</html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Small Tag Example </h2>
<p> by < small > tag we can display any text to smaller than normal text in a webpage.</p>
<small>welcome to html scripting language </small>
</center>
</body>
</html>
OUTPUT
No comments:
Post a Comment