what is href in HTML?

Started by anshuera, December 27, 2013, 06:19:22 AM


pranjalisharma47

This is used to create a hyper link in HTML, This is very useful tag for SEO to create links.

michral86

The HTML code used to create a link to another page. The HREF is an attribute of the anchor tag, which is also used to identify sections within a document.
You can use both not only when connecting an external css file, also for using <a> tags,for a regular hyperlink

sirishasiri

The HTML code used to create a link to another page. The HREF is an attribute of the anchor tag.

lollipopp

It is used for Hypertext REFerence The HTML code used to create a link to another page. The HREF is an attribute of the anchor tag, which is also used to identify sections within a document.

blackmagicislam

it is used for hyperlinks in HTML

agustina

The href element specifies the URL of the  page the link goes to.