YOU MAKE IT. WE MAKE IT WORK.
Posts tagged link
Links
Jul 5th
A link is what guides you though the web. You could, of course, manually type in URLs but this facilitates the whole process. Say for example you want to return to the homepage. What would you do? You would click the home button near the top of the page.
XHTML Code
<a href=”http://valid.xhtmlpros.com”>Valid Coding</a>
Live Preview
Valid Coding
Explanation
The “href” attribute defines the path of the link. Just change that to the target of your link.

