Learning: HTML Links

What are HTML links?

  1. HTML link are hyperlink
  2. You can click on a link and jump to another document.
  3. When you move the mouse over a link, the mouse arrow will turn into a little hand.

More about HTML Links:

  1. i. The HTML < a> < /a> tag defines a hyperlink.
  2. ii. The links tags are use to connect two or more pages from one.
  3. iii. The hyperlink can be connected to any platform or to any language of coding.
  4. iv. The tag < a> is not only used in HTML but also in React.

CODE BOX

See the Pen Link by Aakash Kavediya (@Aakash-Kavediya) on CodePen.