192,868 views
30 votes
30 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 FMorschel
by
3.3k points

1 Answer

13 votes
13 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 Harbinger
by
3.3k points