Computer Science, asked by sushmabisht23071968, 7 months ago

write the HTML code to link to a specific section of another webpage

Answers

Answered by BLANKBABA
0

Explanation:

<a href="#footer">Click to go to footer</a>

<footer id="footer">@copyright 2020</footer>

Similar questions