Computer Science, asked by maheshkanuparthy60, 5 months ago

What is the correct HTML for creating a hyperlink?

Answers

Answered by neilakkiya
3

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.

Explanation:

Answered by tannuharshul22
6

Answer:

<a href=http://www.example.com> example.com</a>

Explanation:

hope it may help you...

Similar questions