Friday, 9 August 2013

HTML sub Tag

Introduction:

The HTML <sub> tag is used for defining subscript text.

Example:
<html>
<head>
<title>HTML sub Tag</title>
</head>
<body>
<p>The sub tag is used for <sub>subscript text</sub></p>.
</body>
</html>

No comments:

Post a Comment