Monday, 29 July 2013

Text Formatting tags(underline,strike,font,subscript,superscript)


html::text formatting tags

text formatting tags


my web page

my web page
my web page

h2o

h20

copy the below code for above result.

<html>
<head>
<title>html::text formatting tags</title>
</head>
<body>
<h1 align="center">text formatting tags</h1>
<hr/>
<u>my web page</u>
<br/><br/>
<strike>my web page</strike>
<br/></br/>
<font face="verdana" color="red" size="20">my web page</font>
<br/><br/>
h<sub>2</sub>o
<br/><br/>
h<sup>2</sup>0
<br/><br/>
<body>
</html>

No comments :

Post a Comment