<a> Tag in HTML 5

In this article I am going to explain about &lt;a&gt; tag in HTML 5.
  • 1730

Definition

<a> tag provide a link by which we can switch from one place to another place and one page to another page. After using <a> tag with any text. text color changed in blue underline and after visiting purple underline and after active its changed in red underline. In <a> we use destination address with href keyword.

Browser that supports <a> tag

internet explorer, mozilla firefox, Google chrome, opera and safari browsers

Example
 

<html>
  <head>
       <a href="http://www.c-sharpcorner.com/"  >c-sharpcorner</a>
  </head>
</html>

Output


ach.jpg

Read more about HTML 5 click here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.