answersLogoWhite

0


Best Answer

Google Chrome Can. Just find a Most visited weblink, drag it into the apps page, and, TA-DA! YOU HAVE YOUR FIRST LINK!

User Avatar

Wiki User

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

Wiki User

12y ago

You surround the text you want to be the link with:

<a href="address/you/are/linking/to.ext">Text you like to be clickable</a>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a link?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a database link?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


What is the create gear link for zwinky?

thats the link! yourwelcome!


How do you create a database?

In order to create a database link, the command CREATE DATABASE LINK is used. Depending on the requirement, private or public databases may be created.


What is the attribute that is used to create a clickable link on the page?

The method is called a hyperlink. You create the link with an anchor tag. Here is an example: &lt;a href="page.html" title="My Page"&gt;Clickable Link&lt;/a&gt;.


Why Unix does not allow ordinary users to create hard links?

You don't have to be a privileged user to create a hard link; most of the time they aren't as desirable as soft links because with a hard link the file must be present to create the link. In addition, there are some restrictions about going across file systems with a hard link that do not exist as a restriction with a soft link.


How do you create links in html documents?

I am going to explain how to create two forms of link because these are the two I commonly use.This form of link is if you wanted to have a link to a site already online. LINK TEXT Now to break this down for you


How do you create an virtual drive?

see related link


How do you create link css to indexpage?

CSS can be made into a external page and linked to HTML. It can be done by the link tag like &lt;link src="abc.css"&gt;&lt;/link&gt;


How do you create a donations shop on neopets guilds?

Create a regular shop. Post a link to the shop in the guild.


How to a create a a Facebook store?

see this link: http://www.roihopinaldo.info


What do link words do?

Create an image by forming a common image


How do you create a symbolic link in Solaris?

To create a symbolic link, use the 'ln' command. If, for example, I wanted to link the file /usr/sbin/mycommand to a symbolic link file in my directory called 'my', the command would be: ln -s /usr/sbin/mycommand my Where the -s indicates a symbolic (as opposed to a hard link), and the next field is the target, followed by the link or alias.