Computer Science, asked by anshdixit4869, 4 months ago

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 faseelaandru
28

The command she should use is:

<a href="Chapter2.html">Click Here</a>

Similar questions