Multiple choice technology web technology

What is the correct HTML for creating a hyperlink

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag with the href attribute creates hyperlinks in HTML. The correct syntax is link text. Option A incorrectly uses 'url' instead of 'href'. Option C incorrectly uses 'name' which is for anchors, not links. Option D is missing the href attribute entirely.