Saturday, October 3, 2015

html begginner tutorial adding text format ..italic bold deleted mark super emphasize

   how to put specific style to a text individually


<html>
<title>
</title>

<body>

<p>
<i>italic text</i>
<em>emphasize text</em>
<strong>bold text</strong>
<sup>super</sup>
<small>small text</small>
<mark> mark text</mark>
<del> deleted text symbol</del>

</p>


<body>

</html>



there are bunch of more different text format use in html programming...so this is enough i think for today..



For further information check my channel

No comments:

Post a Comment