Hyper Text Markup Language (HTML) Question:
How do I create a link?
Answer:
Use an anchor element. The HREF attribute specifies the URL of the document that you want to link to. The following example links the text "Web Authoring FAQ" to <URL:http://www.htmlhelp.com/faq/html/>:
<A HREF="http://www.yoursite.com/faq/html/">Web Authoring FAQ</A>
<A HREF="http://www.yoursite.com/faq/html/">Web Authoring FAQ</A>
Previous Question | Next Question |
How do I specify a specific combination of frames instead of the default document? | How do I let people download a file from my page? |