Question
In the HTML code, what is being linked to?
<a href="video.html">Play</a>
video.html
<a href="video.html">Play</a>
video.html
Answers
GPT 3.5
In the HTML code, the link "video.html" is being linked to by the anchor tag "<a>" with the text "Play".