Computer Science, asked by sanjanajaiswal634, 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 anitadivay747
17

IF Gaurav has just created a webpage in which different sections can be linked and can be traversed by clicking on the text as top middle and bottom .This is an internal linking system . Because the webpage is an internal system of the computer and cant be add it as any external linking


sanjanajaiswal634: Thank uhh
Answered by taru363
28

It's INTERNAL LINKING

  • Because the links helps to navigate in the same web page. If it takes us to any different web page other than the present web page then its called external linking.
  • He also wants to open second page named second.html then he should use the href attribute in the following coding:

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


sanjanajaiswal634: :-)
Similar questions