answersLogoWhite

0

Can a text or an image can be formatted as a hyperlink?

Updated: 8/21/2019
User Avatar

Wiki User

9y ago

Best Answer

Both text and images can be hyperlinks. Normally text is enclosed in the anchor tags for a link, but you can include an image, using the img tag. With text you could have something like this:

http://www.wiki.answers.com">WikiAnswers

If you had an image called Answers.jpg in a local folder call Pictures, the link could use the image like this:

http://www.wiki.answers.com">

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a text or an image can be formatted as a hyperlink?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Besides text what can be formatted as a hyperlink in Excel?

numbers, images, and objects


A hyperlink can only be a text?

No. If you put image between ancher tag, you will get hyperlink for Image as well.


What is a specially formatted piece of text that enables a user to jump from one place to another?

hyperlink


What is the piece of text or an image with a URL embedded in it which takes you to another location?

hyperlink


What is the difference between a hyperlink and hotspot?

Actually, there's not much difference. A hotspot is basically a "spot" on an image map and can be linked to whatever you want to link it to using a hyperlink. A hyperlink uses the notmal HTML link tags and can be a text or image link.


How do you make a hyperlink that redirects to Answers.com?

Insert the following text into your HTML code:http://wiki.answers.com">IMAGE CODE OR LINK TEXT HERE


How do you create graphical hyperlinks in HTML?

By graphical do you mean an image or graphical text?To display an image that functions as a hyperlink, use To display a hyperlink in a color other than blue, use Text hereReplace the X's with the color code, see a list at www.computerhope.com/htmcolor.htm


To convert a hyperlink to regular text right click the hyperlink and then click on the shortcut menu?

Click Remove Hyperlink on the shortcut menu to make the text into regular text.


Field that can store text that can be used as a hyperlink address?

hyperlink


Where does text hyperlinks usually appear?

Text hyperlinks appear where you place them. You could hyperlink like: <a> Hyperlink </a> Me.


How do you make a hyperlink?

Hyperlink types: HTML :- <a href="http://yourlinkhere">Anchor Text</a>


Can a hyperlink be both text and graphic on a webpage?

< a hef="#" >< img src="#" >My Text Link< /a > You can hyperlink anything on a page. So, yes you can link a picture and an image in the same link if you like. The example has had spaces added (in the html tags) to prevent this site from displaying them as html.