MCQ
Which attribute is used to specify the URL of a link in HTML?
A src
B href
C link
D url
Explanation

The href attribute specifies the URL of the page the link goes to in an <a> tag.