Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: anshuera on December 27, 2013, 06:19:22 AM

Title: what is href in HTML?
Post by: anshuera on December 27, 2013, 06:19:22 AM
what is href in HTML?
Title: Re: what is href in HTML?
Post by: pranjalisharma47 on January 09, 2014, 12:39:46 AM
This is used to create a hyper link in HTML, This is very useful tag for SEO to create links.
Title: Re: what is href in HTML?
Post by: michral86 on November 16, 2017, 01:12:39 AM
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
Title: Re: what is href in HTML?
Post by: sirishasiri on December 20, 2017, 09:07:45 AM
The HTML code used to create a link to another page. The HREF is an attribute of the anchor tag.
Title: Re: what is href in HTML?
Post by: lollipopp on December 23, 2017, 10:28:06 AM
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.
Title: Re: what is href in HTML?
Post by: blackmagicislam on January 22, 2018, 05:05:35 AM
it is used for hyperlinks in HTML
Title: Re: what is href in HTML?
Post by: agustina on April 20, 2018, 02:14:46 AM
The href element specifies the URL of the  page the link goes to.