Math, asked by kuttuhero, 3 months ago

what is hyperlink? write its syntax​

Answers

Answered by Anonymous
8

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. By default, links will appear as follows in all browsers: An unvisited link is underlined and blue.

Answered by swatijitendra2005
1

Answer

the pages may contain text,images,audio za vudeo and links to other webpages called hyperlinks.

Syntax

To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”

Similar questions