HTML Links - Hyperlinks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    HTML Links - Hyperlinks

    Links are found in nearly all web pages. Links allow users to click their way from page to page.

    HTML Links - Hyperlinks
    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.

    HTML Links - Syntax
    The HTML <a> tag defines a hyperlink. It has the following syntax:

    <a href="url">link text</a>
    The most important attribute of the <a> element is the href attribute, which indicates the link's destination.

    The link text is the part that will be visible to the reader.

    Clicking on the link text, will send the reader to the specified URL address.
  • SwatiSood
    Member
    • Jul 2014
    • 89

    #2
    Links are specified in HTML using the <a> tag. A link or hyperlink could be a word, group of words, or image. <a href="url">link text</a>

    Comment

    • lisajohn
      Senior Member
      • May 2007
      • 218

      #3
      Hyperlinks are one of the most widely used features on the web. They allow you to navigate between pages or documents by clicking on a link. Hyperlinks can be created in HTML documents just like any other text, and they work just like regular links - when you click on a hyperlink, you will be taken to the page or document that is linked to.

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎