Sunday, June 12, 2011

HTML TUTORIAL

EMBEDDED STYLE

<html>
<head>
<title>inline style</title>
</head>
<body>
<center>
<h1>Style difference</h1>
</center>
<span style="letter-spacing:20px">letter-spacing:20px</span>
<br>
vertical-align:<span style="vertical-align">super</span>
<br>
<span style="text-decoration">text-decoration:underline</span>
<br>
<span style="margin-left:20%">margin-left</span>
<br>
<span style="text-indent:20px">text-indent:20px</span>
<br>
<span style="text-decoration:overline">text-decoration:overlin
</span>
</body>
</html>
Preview

No comments: