HTML Hyperlinks(Links)


  • A hyperlink (or link) is a word or group of words pr image that you can click onto jump to a new document or a new section within the current document.
  • When you move the cursor over a link in a webpage, the arrow will turn into a little hand.
  • Links are specified in HTML using the <a> tag.
  • The <a> tag can be used in 2 different ways :
To create a link to another document by using the href attribute.
To create a bookmark inside a document by using the name attribute.