YOU MAKE IT. WE MAKE IT WORK.
Links
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.
| Print article | This entry was posted by Kyle on July 5, 2007 at 11:09 am, and is filed under Coding, XHTML. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

