Computer Science, asked by patilathrav1294, 4 months ago

Seema has created the following link in HTML.

<a href= “#Chapter 1”>Introduction</a>

Identify the type of link. Explain the use of the name attribute of the <a> tag.

Answers

Answered by VISHALKUMARV22
58

Answer:

<a> (anchor tag) is a piece of text which marks the beginning and the end of a hypertext link. The text between the opening tag and the closing tag is either the start or destination (or both) of a link.

Similar questions