answersLogoWhite

0

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

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

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:

<A href=www.google.com>Go to Google</A>

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the code to add a link on your webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make and image automatically switch to a webpage?

You anchor it to an URL. You would like to have the image send a visitor to another webpage. Add this code, direcly above the image code &lt;a href="another webpage address"&gt; and this code direcly after the image code &lt;/a&gt; This will made the image a clickable link to "another webpage address".


How do you put a download link on a webpage?

Adding a download link is the same as any other link on a webpage, if you have a document mydoc.doc - just put this code in your webpage:Download here for a simple text link


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


How can you turn this HTML code to a code which opens in a new window please email 4 code mlaw1live co UK?

Answer This webpage in a new window.More simply...Link


How do you add maxis as a buddy on spore?

The usefulness is limited, but you can add them off Maxis adventures in the sporepedia webpage if you have the right link to the creation. Here's one such link (add it to the URL in place of #qry=all): #qry=sast-300001190888


What is a hypertext link and how can you identiry one on a webpage?

A hypertext link can be easily identified on a webpage. A link text will be underlined and blue in color.


How do you add videos on your webpage?

If you want do it from the code of your webpage using HTML5 it would be: &lt;video src="name_video.mp4" controls autoplay&gt; Video example&lt;/video&gt; Another way, is supporting you with the embedded code provied by YouTube, you are looking for the video of interest, in the lower menu the share option appears and then the "Insert" button immediately shows you the code with the &lt;embed&gt; tag and then what you do is to select, copy and paste in the code your webpage.


How do you add a hyperlink on the same page?

Code Example:This is a link to WikiAnswers.This is a link to WikiAnswers.


How do you add video in webpage using hyperlink?

You can't add a video in a webpage using hyperlink but through embedding instead.


Does anyone have HTML code for attaching files to your webpage?

Just upload the file and use a link to it &lt;a href="filename.whatever"&gt;Click here for file&lt;/a&gt;


What is the HTML code for bullets for a webpage?

Code Example:ThisisalistThisisalist


How do you build your website with order links and payment processor?

ok well first you have to make a website. If you don't know how to make a website or make words into links, I put a link below that says "How to Make a Website". After you make the website you can add links by following the instructions in the tutorial that shows links. You just add the word and then highlight it and click the link button to add a web address you want it to link to. So maybe you might want to list all your products on one page with information and then a "Order Here" link to bring them to individual order pages. For payment, all the payment processors like Google checkout and paypal have sections where you can make buttons and add them. Again, check the tutorial I mentioned because it shows you how to add HTML to a webpage. You want to get the HTML code for the payment buttons after you make them so you can add that code to your web pages. Add it just before the (/body) line in the HTML code.