How do you create a hyperlink?
-
As well as a normal hyperlink, how do I make a hyperlink without using the website name. For example what if I wanted to make a hyperlink out of the word "here"?
-
Answer:
It depends on the context. In a forum you use BBC and it looks like this: [url=http://urlhere.com/]Your Text Here[/url] When using html code, you type: <a href="http://urlhere.com/">Your Text Here</a> If you are referring to posting here (on yahoo answers) using hyperlinks, you need to be level 2 or higher. The link will automatically turn into a hyperlink.
John Steel at Yahoo! Answers Visit the source
Other answers
A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document. When you move the cursor over a link in a Web page, the arrow will turn into a little hand. Links are specified in HTML using the <a> tag. Just another link: <a href="http://www.link.com/">Text</a> Link will open in the new tab or window: <a href="http://www.link.com/" target="_blank">Text</a> A named anchor inside an HTML document: <a name="label">Text</a> <a href="#label">Text</a>
Dependent on the site you are embedding the hyperlink.. = In Yahoo Answers, as a Level 2, you just have to enter the hyperlink - for example: http://answers.yahoo.com - Specify the site you wish to embed the hyperlink.
tbshmkr
Related Q & A:
- How do I create a Cocoa Touch Framework?Best solution by stackoverflow.com
- How to dynamically create a PHP class name on the fly?Best solution by stackoverflow.com
- How can i create a mobile application server?Best solution by Stack Overflow
- How do I create a digital signature and how do I use it?Best solution by support.office.com
- How do you put a hyperlink in e-mail?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.