Friday, October 17, 2014

Write A Html code to Demonstrate <Big> and <Small> tag.


Write A Html code to Demonstrate <Big> and <Small> tag.
Code :bigsmall.html

<html>
<head>
<title>example of Big and Small tag</title>
</head>
<body><br><br>
This is Normal Text<br>
<big>This is Big</big><br><small>This is small</small>
</body>
</html>


No comments: