Computer Science, asked by anurag7739180821, 11 months ago

Gaurav, a web designer in a company named “International Designers” has just created a
webpage in which different sections of the webpage are linked and can be traversed by
clicking on the text given as “Top”, “Middle” and “Bottom”. Is it internal linking or
external linking and why ? Additionally tell him about the suitable tag and its attribute(s)
to open another webpage named ‘second.html’ by clicking on the text “Next”.

Answers

Answered by anshikakesari
10

Here is your answer...

Gaurav , was using internal linking because it linked on the same webpage.

To open another webpage "second. html" by clicking on the text "next" ...we use tag Anchor and attributes href

<A href="second. html "> next </a>


anurag7739180821: thanks you
anshikakesari: your most welcome
Similar questions