HTML Links


 

HTML Links 

HTML links are hyperlinks.

You can click on a link and jump to another document.

When you move the mouse over a link, the mouse arrow will turn into a little hand.

 Hyperlinks are defined with the HTML <a>

<a href="url">link text</a>

Comments