HTML links are defined with the ____ tag.
2018
HTML links are defined with the ____ tag.
Answer: D. <a> — HTML links are defined using the anchor tag <a>. This element requires an href attribute to specify the destination URL for the hyperlink connection.
- A.
<p>
- B.
<h 1>
- C.
<link>
- D.
<a>
Attempted by 1004 students.
Show answer & explanation
Correct answer: D
HTML links are defined using the anchor tag <a>. This element requires an href attribute to specify the destination URL for the hyperlink connection.
Loading lesson…