Computer Science, asked by ayushimttal7616, 1 year ago

A link used to navigate or open other webpages on a website on internet is called

Answers

Answered by Narutsu
6
It is called a Hyperlink and it appears as blue underlined text.

Answered by franktheruler
1

Answer:

According to the question Hyperlink is used to navigate or open other webpages on a website on internet.

Explanation:

HTML links are Hyperlinks. A Hyperlink is a text or an image , you can click on and jump to another document.

Basically this links allows users to click and help to move from one web page to another web page.

Syntax:

< a href = " url " > link text < / a >

Example program

< html >

< head >

< title >  example program < / title >

< / head >

< body >

< h1 > First page < / h1 >

< p > < a href  = " abc. html " > go to second page < / p >

< / body >

< / html >

Similar questions