Friday, June 3, 2011

HTML tutorial

Linking
<HTML>
<HEAD>
<TITLE> linking</TITLE>
</HEAD>
<a href="using background image.html">linking tag</a><br>
<a href="www.yahoo.com">www.yahoo.com</a><br>
<a href="using background image.html"><img src="image/photoshop effect.jpg" align=bottom width=100 height=100 alt="phtoshop effect">
</a><br>
send me<a href="mail to:sarvancalm@hotmail.com">Mail</a>
</BODY>
</HTML>

No comments: