Monday, 29 July 2013

Text Formatting tags(bold,italic,big,small)


html::text formatting tags

text formatting tags


my web page

my web page

my web page

my web page

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/>
<b>my web page</b>
<br/><br/>
<i>my web page</i>
<br/><br/>
<big>my web page</big>
<br/><br/>
<small>my web page</small>
<br/><br/>
</body>
</html>

No comments :

Post a Comment