64.8k views
24 votes
What code will correctly create a hypertext link to a page named dogs.html. Assume the html page in which you are placing the code is in the same directory as the dogs.html page.

User Benjam
by
5.3k points

1 Answer

6 votes

Links are specified in HTML using the <a>tag. A link or hyperlink could be a word, group of words, or image. Anything between the opening <a> tag and the closing </a>tag becomes the part of the link that the user sees and clicks in a browser. Here are some examples of the links: The hrefattribute specifies the target of the link. Its value can be a

User John Stephens
by
4.6k points