Search This Blog

HTML Big Tag Example

HTML Big Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Big Tag Example </h2>
<p> by < big > tag we can display any text to bigger than normal text in a webpage.</p>
<big>welcome to html scripting language </big>
</center>
</body>
</html>

OUTPUT
HTML Big Tag Example

No comments:

Post a Comment