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