Thursday, 30 October 2014

Program to describe various text formatting Tags

<html>
<head>
<title>Text formatting tags</title>
</head>
<body>
<b>Bold text</b>
<i>Italic text</i>
<u>Underlined text</u>
<strong>Strong text</strong>
<sup>Super script</sup>
<sub>Sub script</sub>
</body>
</html>

for more examples http://makeitsimple.co.in/HTML_programs.php

No comments:

Post a Comment