Computer Science, asked by mansisharma1625, 1 year ago

SOLUTIONS FOR CLASS 10 COMPUTER 'HYPERLINK' .
CHAPTER 1,2,3.
(NO HURRY AT ALL.
ITS FOR A USELESS PERSON ANYWAY.)

Answers

Answered by franktheruler
19

Answer:

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

Explanation:

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 >  

Answered by AmidhaFF
3

Answer:

here is your answer

Explanation:

To set the border around an image using border attribute. A key feature of the HTML is its ability7 to link text and/or an image to another document or within a document. If you are on a Web page and see the colored and/or an underlined text, it is a hyperlink. It is also known as hypertext link or just link.

Similar questions