Computer Science, asked by ayushshuklaji77, 4 months ago

Give the name and the syntax of the HTML Tag which is used for creating a Hypertext Link.

Answers

Answered by shreyani27
37

Answer:

The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

www.w3schools.com › tags › tag_a

Explanation:

plz follow me

Answered by qwstoke
5

The HTML anchor tag is used for creating a Hypertext link. The syntax of the HTML anchor tag is < a href="urf"> Text to be displayed </a>.

  • HTML is a language that is used to create web pages. This language utilizes tags to describe the structure and layout of the content on web pages.
  • HTML uses the anchor tag <a> to create a link to another document.
  • Attributes of the anchor tag of the HTML are HREF, NAME, REL, URN.
  • The anchor tag can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc.
Similar questions