Computer Science, asked by gaurav2013c, 1 year ago

Give the answer of the question in attachment........

Attachments:

Answers

Answered by Anonymous
15
Hey friend !!

Here is your answer.

The linking used in the webpage is internal linking because different segments of the same page were linked by Gaurav.

To open another Web page named "second.html" by clicking on the text "next" he should use href attribute of <a> tag.

The coding for it will be :

<a href="second.html"> Next </a>

Hope it helps.
Answered by amritstar
4
It is a type of internal linking...

Gaurav can use <a> tag for this.. with href as an attributes..

<a href = "second.html'>Next</a>

After clicking on Above link he can reach to another webpage.
Similar questions