In the HTML code, what is being linked to?

<a href="video.html">Play</a>

In the HTML code, the text "Play" is being linked to the file named "video.html". Clicking on the "Play" text will navigate the user to the "video.html" page.