Saved Bookmarks
| 1. |
What is a Hypertext link? Give the name and the syntax for the HTML tag which is used for creating a Hypertext Link. |
|
Answer» Hyperlink allows us to link HTML elements (text and/or image) to another document or new section within the current document. Name : anchor tag, Syntax<a href ="Link Address> Hyperlink Text</a> |
|