Computer Science, asked by nidhshet16, 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 ganshayamchoudhary83
2

Answer:

a href= *#Chapter 1'>Introduction</a>

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

Answered by keyboardavro
4

The <link> tag defines the relationship between the current document and an external resource. The <link> tag is most often used to link to external style sheets. The <link> element is an empty element, it contains attributes only.

Similar questions