InterviewSolution
Saved Bookmarks
| 1. |
What is a tag in HTML5? |
|
Answer» The <a> tag in HTML 5 is USED to define a hyperlink. The <a> tag is used to LINK one page to another. The most vital function of the <a> element is having the href attribute, which ACCURATELY INDICATES the link's destination. By default, the HYPERLINKS will automatically appear in all browsers |
|