MCQ
What is the correct HTML for a URL input field?
Explanation
<input type="url"> creates an input field for URLs, with built-in validation in modern browsers.