answersLogoWhite

0

What is use of HREF attribute?

Updated: 8/10/2023
User Avatar

Wiki User

10y ago

Best Answer

I think i links you to other pages in a web page.

(e.g)

back to home page

^

lets say this is your home page

on a website it would look like this:

back to home page

this will be blue unless you change the color of links!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

The and tag defines text or an image as web link, where X is a substitute for the URL.

For example: http://wiki . answers . com" (remove spaces) >Answers . com Home Page (remove spaces) would turn the text Answers.com Home Page into a link to http://wiki.answers . com(remove spaces).

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

A href attribute in a source anchor specifies the address of the destination anchor with a URI.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

It's look like that :

Any Words

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

It is the attribute in an anchor tag that identifies the url for the link that is being set up:

<a href="http://www.wikianswers.com">Go to WikiAnswers</a>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is use of HREF attribute?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a href code?

href is a Attribute used for the Anchor tags to link a image or line of text to a specific website here's a visual for linking a anchor to a image using and href attribute I hope this helped you understand the href attribute


How tell in view source page if two websites are related?

You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.


What does h ref code do used in HTML?

the HREF attribute of an A tag is the location you want a link to point to.


what tag do you use to create a link?

The anchor tag is the one used to create a hyperlink in HTML. The base of the tag is the letter "a" and it requires are least one attribute--href--which tells the browser the address to which the link points.The href attribute be a full URL with the protocol, or it can be relative to the current document. To link to a page called "landing.html" our anchor tag might look something like this.Click Here!The text contained after the initial tag and before the closing () will be the "clickable" text, and the browser will render it that way (normally blue, and underlined, by default.)You can also place an image tag inside the anchor, and that will turn the image into a link.


Do you need to use the href tag for a hyperlink?

Yes, href attibute means "hyperlink reference" and is necessary to make a working hyperlink.

Related questions

What is a href code?

href is a Attribute used for the Anchor tags to link a image or line of text to a specific website here's a visual for linking a anchor to a image using and href attribute I hope this helped you understand the href attribute


How tell in view source page if two websites are related?

You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.You need to know the names of the pages. Then look for the A tag and its href attribute. It will contains links to other files.


How are web pages joined together?

Use the anchor tag () with the href attribute to link to another web page.For example:Link to Google.com


What does h ref code do used in HTML?

the HREF attribute of an A tag is the location you want a link to point to.


How to create a link with hover text on it on Tumblr?

Use the HTML title attribute with your &lt;a&gt; tag to display hover text. Here is an example: &lt;a href="page.html" title="Hover Text"&gt;Page&lt;/a&gt;.


How do you do HTML anchor?

The tag for an anchor is just 'a' Anchor tags usually have an href attribute, and often a name and/or target as well.


What is the name of the tags that makes up a hyperlink?

The tag is known as the anchor tag, which is implemented as the letter a. It uses the href attribute to say where the link goes to. See the following: &lt;a href="http://www.wikianswers.com"&gt;Go to WikiAnswers&lt;/a&gt;


What are absolute links?

In web context, absolute links are those that have a full URI in the href attribute, for example: absolute link to this answer Relative links specifies the address relatively to the current page. Since all other pages on this site share the same "root", you can specify their href attribute without the http://wiki.answers.com/Q/ part: relative link to this answer


what tag do you use to create a link?

The anchor tag is the one used to create a hyperlink in HTML. The base of the tag is the letter "a" and it requires are least one attribute--href--which tells the browser the address to which the link points.The href attribute be a full URL with the protocol, or it can be relative to the current document. To link to a page called "landing.html" our anchor tag might look something like this.Click Here!The text contained after the initial tag and before the closing () will be the "clickable" text, and the browser will render it that way (normally blue, and underlined, by default.)You can also place an image tag inside the anchor, and that will turn the image into a link.


What is the code to add a link on your webpage?

You can do it with HTML. The tag used is the A tag, which is the Anchor tag. The href attribute is used to specify the site you are linking to. Between the opening and closing tag, you would enter the text you want as the text to be clicked on. To link to Google you would do this: &lt;A href=www.google.com&gt;Go to Google&lt;/A&gt;


With what html code do you make a URL for a website?

If you want to just insert a URL then you just copy and paste the URL where you want it to be. If you want a link you use the following code: &lt;a href=URL of webpage you want to link to goes here&gt;Your link text&lt;/a&gt;


Do you need to use the href tag for a hyperlink?

Yes, href attibute means "hyperlink reference" and is necessary to make a working hyperlink.