Saturday, 22 October 2011

HTML Links - How to create hyperlinks


<html>
<body>

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

<p>
<a href="http://www.freespaceinteriors.com/">Freespaceinteriors</a>
</p>

</body>
</html>

1 comment: