Computer Science, asked by ram3161, 4 months ago

How hyperlink is work in html ? explain with example.​

Answers

Answered by MysteriousMoonchild
4

Answer:

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=” ”>. Just keep in mind that you should use the <a>…</a> tags inside <body>…</body> tags.

Answered by pamdeyshreyansh81
0

Hyperlink is a location for a particular website and web pages . It is created in html by using Anchor

Similar questions