html tag for hyperlinks
Answers
Answered by
1
Answer:
hey
Explanation:
- Specify the target in the <a href=" ">.
- Then add the text that should work as a link.
- Finally add an </a> tag to indicate where the link ends.
<html> at beginning
</html> at the end
Answered by
0
Answer:
Anchor Tag is used for creating hyperlink in our html file.
Syntax:
<a href="*URL of the page you want to link your file with*"> ........</a>
For example :
<a href="amazon.com"> Amazon </a>
Hope this helped you...
^-^
Similar questions