user22285
0
Q:

a href

<a href="http://example.com" >Link text</a>
7
<!-- this is a link tag -->

<link rel="" href="">
<!-- href is the location of your external ressource 
	
list of rel used with a link tag (popular) : 
	- stylesheet (css)
	- alternate
	- author
	- external 
	- incon
	- index 
-->
4
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
2
<a href="link">text</a>
2
<a> 
  "anchor"
  <!--meaning it is used to create a hyperlink to another webpage or elements within the same webpage-->
 </a>
1
<a href = 'website.com/your/linked/page'>Text in link</a>
4
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
1

New to Communities?

Join the community