CLICK HERE

Earning More

Clickz

Thursday, December 2, 2010

Create Hyperlink codes

<html>
<body>
<title>Kuldeep Ji</title>
How to create hyperlinks

<p>
<a href="http://www.songs.pk">SONGS</a>
This is a link to a page on this website.
</p>

<p>
<a href="http://www.google.com/">Google</a>
This is a link to a website on the World Wide Web.
</p>

</body>
</html>

1 comment: