Neha wants to display a 'Click Here' message on her webpage which, when clicked, opens a new
webpage 'Chapter2.html'. Write the syntax of the HTML command she should use.
Answers
Answered by
28
The command she should use is:
<a href="Chapter2.html">Click Here</a>
Similar questions