InterviewSolution
Saved Bookmarks
| 1. |
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/>: 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/>: |
|