Question
What does the <link> tag do?
(1 point)
Responses
links to another web page
links to another web page
links to other files
links to other files
links two portions of a web page together
links two portions of a web page together
links to a form
(1 point)
Responses
links to another web page
links to another web page
links to other files
links to other files
links two portions of a web page together
links two portions of a web page together
links to a form
Answers
GPT 3.5
The <link> tag is used to link external resources to an HTML document, such as stylesheets, icon files, or other files. It does not directly link to web pages, but rather links to other files needed to enhance the appearance or functionality of the web page.