Post Fri May 05, 2006 10:09 pm

Inserting Hyperlinks into HTML

  Code:
<html>
<body>

<p>
<a href="http://www.google.ca">
This text</a> is a link to a page on
google.
</p>

<p>
<a href="http://www.pspbrew.com/forum">
This text</a> is a link to a page on
this very website.
</p>

</body>
</html>



Simple just cut out some stuff that you don't want, copy that code into a notepad, and when you save it make sure you save as and in the name call it untitled1.html or hyperlinkexample.html
then open it and there you go! Cool eh?