answersLogoWhite

0

Hyperlink is not only used, but it is additional feature. It can be used for linking one page to the other.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can a webpage be hyperlink?

yes


What ribbon and button would you use to create a PowerPoint hyperlink?

To create a hyperlink in PowerPoint, you would go to the "Insert" tab on the ribbon. Then, click on the "Link" button in the Links group, which opens the Insert Hyperlink dialog box where you can enter the destination for the hyperlink, such as a webpage or another slide in the presentation.


Can a hyperlink be connected to a webpage?

Each webpage has a hyperlink associated. It is generated by the Domain Name System (DNS).


How do you add video in webpage using hyperlink?

You can't add a video in a webpage using hyperlink but through embedding instead.


How do you create a hyperlink using Firefox?

Firefox is a web browser. It can use hyperlinks in web pages. It does not create the links. To create hyperlinks, a webpage design software is used, such as SeaMonkey, iWeb, or any of the commercial web design applications.


How you use hyperlink?

To use them you just click on them to go to the webpage. You can create them in many programs. A lot of programs you simply type the website, www.website.com and it will turn into a hyperlink, othertimes you need to format the link.


What is the shape of the mouse as it moves over hyperlink an a webpage?

Hand


How is the hyperlink used on the internet?

Hyperlinks are URLs that are embedded into objects in a drawing. If an object has a hyperlink, double clicking on the object will launch an Internet browser using the object's URL. If an object does not have a hyperlink, double clicking on it will launch the dialog.


What is the underlined text that can be clicked to display a webpage called?

Its called a hyperlink


How do you create hyperlinks on a mac?

What you will want to do is select where you want the hyperlink, next go under insert then click text hyperlink, you can then chose weather you want it to go to another slide, a pages document, a webpage, or e mail. Hope this helps


What is the colour of a hyperlink in a webpage?

The color of a hyperlink on a webpage is typically blue by default, which is widely recognized as the standard color for clickable links. When a hyperlink has been visited, it often changes to purple. However, these colors can vary based on the website's design and CSS styles applied by the developer.


What is the code used to link one website to another website?

The <a> tag can be used to create a hyperlink to any section of any website. Example: <a href="yourwebsitehere.com">Hyperlink</a>