English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to know like the word HERE and you click it and it directs you!? HELP!?

2006-08-19 07:25:30 · 5 answers · asked by evanator2700 2 in Computers & Internet Internet

5 answers

In html, you need to do something like:
Click here for more information.
"Here" will be underlined, and will link to www.sitename.com.

2006-08-19 07:32:26 · answer #1 · answered by ? 5 · 0 0

The steps to adding HTML for inserting a hyperlink follows:

1) add your "anchor tags" : then {this tells the program you're adding a hyperlink}

2) inside your "open anchor tag" add the destination code (href="") :

3) now find the URL (web address) of the file. {in IE, listed in address bar; usu. has http://...}

4) copy & paste the URL into the quotes after href= :

5) add the name of the link between the anchor tags :
filename

6) if you want the file to open in a different window, add target="_blank" after the URL :
filename

2006-08-19 14:48:00 · answer #2 · answered by Michael R 2 · 0 0

I suppose it's for a webpage..
here
where url is the url of the video or file (like video.html) and target (not needed) is where it shall open. If you have frames enter the framename.. if you want it to open in a new window type _blank, if you want it in the same frame don't write target=...

2006-08-19 14:33:29 · answer #3 · answered by cyngus65 3 · 0 0

You need to put HERE to your webpage. Replace the words "yourlink.htm with the site that you want to direct to.

2006-08-19 14:32:38 · answer #4 · answered by lilneo0082 3 · 0 0

like the anchor tag? Click Here

2006-08-19 14:32:10 · answer #5 · answered by the redcuber 6 · 1 0

fedest.com, questions and answers