Tuesday 17 July 2012

How to create hyperlinks in html


<!DOCTYPE html>
<html>
<body>

<p>
<a href="default.asp">HTML Tutorial</a> This is a link to a page on this website.
</p>

<p>
<a href="collegeprojectandtests.blogspot.com/">Cpt</a> This is a link to a website on the World Wide Web.
</p>

</body>
</html>

0 Responses to “How to create hyperlinks in html”

Post a Comment