Computer Science, asked by harsh9147106, 9 months ago

example of anchor tag in html

Answers

Answered by rajdeep4592
0

Answer:

<a href= file.html>

Explanation:

Mark as brainliest.

....

.

.

.

Answered by codiepienagoya
0

The example of the anchor tag can be given as:

Example:

<a href="www.google.co.in"> search </a>

Explanation:

  1. Anchor tag is a part of the hypertext markup language(Html).
  2. It is used to define the starting and ending of a hypertext link.
  3. In the anchor tag, it contains the href that provides a hypertext to the content that is written in the mid of anchor tag.
Similar questions