
MCQ Question: Which HTML element is used to create a hyperlink?
- A.
<link> - B.
<a> - C.
<href> - D.
<url>
Correct Answer: B
Explanation: The <a> (anchor) element creates hyperlinks using the href attribute to specify the destination URL.

MCQ Question: Which HTML element is used to create a hyperlink?
<link><a><href><url>Correct Answer: B
Explanation: The <a> (anchor) element creates hyperlinks using the href attribute to specify the destination URL.
Post a Comment