MCQ
Which is the correct syntax to create a hyperlink in HTML?
Explanation
The anchor tag uses href to specify the destination URL, and the text is written between <a> and </a>.