Guarav, a web designer in a company named international designer has just created a webpage in which different sections of the webpage are linked and can be transversed by clicking on the text given as 'Top' ,'Middle'and 'Bottom'. Is it internal and external linking and why? Additionalaly 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
1
it is internal linking as the internal linking links different sections of the same webpage
to open another web page Gaurav should use the anchor tag with attribute HREF
here anchor tag will help to create a link and HREF will define the path of the required file to be linked
EG. <a href="second. html">Next</a>
to open another web page Gaurav should use the anchor tag with attribute HREF
here anchor tag will help to create a link and HREF will define the path of the required file to be linked
EG. <a href="second. html">Next</a>
hemashiva2004:
Thanks
Similar questions