MCQ
What is the correct HTML for a URL input field?
A <input type="url">
B <input type="link">
C <url>
D <input type="website">
Explanation

<input type="url"> creates an input field for URLs, with built-in validation in modern browsers.