Interview Questions

How do I create a link?

HTML Interview Questions and Answers


(Continued from previous question...)

46. How do I create a link?

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>

(Continued on next question...)

Other Interview Questions