How do you make a hyperlink in HTML?

You simply:

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.


No comments:

Post a Comment