answersLogoWhite

0

if you want to insert a hyperlink you write some code before and after the words you want to act as a link like: this is a link

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you use hyperlinks in frames in a HTML document?

You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is <a href="the_file_name_link.html">This is a link</a>


Are hyperlinks an example of HTML?

Yes, in normal parlance. However, hyperlinks are also used to describe similar links in other programming languages and methods (like hypercard.)


Are hyperlinks used in web design?

All web pages are made up of HTML and (other elements - that are irrelevant to this question. ) HTML stands for Hyper Text Markup Language. A hyperlink is simply a link (web address) applied to a text or an image that directs you to another page. So yes of course hyperlinks are used in web design.


What is the HTML term for a graphic with multiple embedded hyperlinks?

I think you mean an image map, but they are not "embedded".


Methods of accessing information through the Internet by using HTML hyperlinks?

§Identify the different methods of accessing information on the web


Why are hyperlinks used in HTML?

To connect two pages together and direct between one another. In a liner site they are used for Next and Previous of the line and in Spider style web sites they are used to link all pages to one another.


How do you put a link on a website?

Hyperlinks can be inserted in web pages with a small HTML code as exampled below. <a href="http://www.example.com/">Anchor Tag Text</a>


Why use hyperlinks?

Hyperlinks, if used correctly, can help a user find websites and makes it so WWW exists.


How are hyperlinks indicated in an HTML file?

The <a> tag defines hyperlink in HTML file, which is used to link from one page to another. Default appearance of links in most browsers is as under:- An un-visited link is underlined and blue A visited link is underlined and purple An active link is underlined and red "href" is the most important attribute of <a> tag which is used to indicate the link's destination.


What are used to connect a webpage to another webpage on the same web server anywhere in the world?

Hyperlinks, typically created using HTML anchor tags, are used to connect one webpage to another on the same web server or across different servers. These links can be formatted as text or images, and when clicked, they direct the user to the specified URL. By utilizing relative or absolute paths, hyperlinks facilitate seamless navigation between related content on the web.


Which one of the following statements about hyperlinks and bookmarks is true?

Hyperlinks are used to navigate within a document or to external resources, while bookmarks are used to mark a specific location within a document for easy reference.