Guarav, 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"abd"Bottom".Is it internal 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
47
Hey friend !!
Here is your answer..
__________________________
The linking which Gaurav used was internal linking because he linked different sections of the page.
To open another page named "second.html" by clicking on "Next" he should use the href attribute of anchor tag.
The coding will be as follows :
<a href="second.html">Next</a>
__________________________
Hope it helps.
#pragya_singh
Here is your answer..
__________________________
The linking which Gaurav used was internal linking because he linked different sections of the page.
To open another page named "second.html" by clicking on "Next" he should use the href attribute of anchor tag.
The coding will be as follows :
<a href="second.html">Next</a>
__________________________
Hope it helps.
#pragya_singh
Answered by
13
Internal linking because he linked different sections of the page.To open another page named "second.html" by clicking on "Next" he should use the href attribute of anchor tag.The coding will be as follows :<a href="second.html">Next</a>
HOPE IT WORKS
Similar questions