Search This Blog

HTML Small Tag Example

HTML Small Tag Example :
<!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>

OUTPUT
HTML Small Tag Example

No comments:

Post a Comment