Can you help me?

2008-06-24 10:25 pm
I'm not really sure what this is called but I think it is called hyperlink, how do you do it, insted of copy pasteing the actual website, how do make it say "click here" and it will take you to the page?

回答 (13)

2008-06-24 10:32 pm
✔ 最佳答案
<a href="http://www.website.com">click here</a>

insert the code in your html

or i suggest you to please visit this awesome website
for all of your html related queries
http://www.w3schools.com/HTML/html_links.asp

hope this will help
Cheers:)
2008-06-25 5:33 am
<a href="http://www.address_here/">click here</a>
Simply copy and paste the address into the appropriate spot.
2008-06-25 6:43 am
by clicking on "click here" will take you to yahoo website.
e.g.
<a href="http://www.yahoo.com">click here</a>
2008-06-25 6:16 am
<a href="your site address">Click Here!</a>
2008-06-25 5:33 am
Use this tag in the webpage:

<a href="URLforOtherPage" target="_self" alt="Click Here!">Click Here!</a>
2008-06-25 5:33 am
It's called hyperlinking.

<a href="URL">Click Here</a>

If you want the page to open in a new browser window, include target="_blank" in the tag

so that it becomes:

<a href="URL" target="_blank">Click here</a>
2008-06-25 5:32 am
simple code:
<a href="http://www.mywebsitehere.com>Click here</a> to go to mywebsite.com

All the viewer woul see is Click here to go to mywebsite.com and see Click here as a link to click.
2008-06-25 5:32 am
<a href = "INSERT YOUR LINK HERE" target = "_blank>Click Here</a>

If you want it to say something other than "Click Here" then change the text that says "Click Here". ;)
2008-06-25 5:30 am
in your html add:

<a href = "www.bbc.co.uk" target = "_blank>Click Here</a>

this will create a link to the bbc website and open it in a new window ("_blank")
2008-06-25 5:29 am
if u r making a web site or some thing then write "click here" and select click here and press ctrl +k thenu will get hyper link option then paste ur url link there and press ok u r done.
2008-06-25 5:29 am
Its called a url if you go to photo bucket copy wer eit says Direct Link or copy the adress bar and thats the url it will take you to the website.


收錄日期: 2021-05-03 14:01:05
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080624142554AACNnnW

檢視 Wayback Machine 備份