May 5, 2009

0 Decorate the text

in this tutorial u can deocrate your text in this different ways:

<html>
<head>
<style type="text/css">
h1 {text-decoration: overline}
h2 {text-decoration: line-through}
h3 {text-decoration: underline}
a {text-decoration: none}
</style>
</head>

<body>
<h1>This is header 1</h1>
<h2>This is header 2</h2>
<h3>This is header 3</h3>
<p><a href="http://www.makemyhost.com">This is a link</a></p>
</body>

</html>


Final OutPut of this tutorial





0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger