How to create a hyperlink to link another document in HTML?
Answers
Answered by
5
To create a hyperlink you should use Anchor tag.
This tag is a container element.
It have the following attributes :
href, alt, name etc.
For Example,
< a href = " muskan.html " > Click </a>
Similar questions