S
shankar s
Guest
i am a beginner in HTML. i want to create a button named "Click here to continue" and when i click that it should link me to another HTML page WHICH IS STORED IN COMPUTER NOT TO A PAGE IN INTERNET.
can you pls say me how to write a code for the above?
this is how i typed the code:
<form>
<center><input type = "button" value = "Click here to continue" <a href='path to my file'"></a></center>
</form>
can you pls say me how to write a code for the above?
this is how i typed the code:
<form>
<center><input type = "button" value = "Click here to continue" <a href='path to my file'"></a></center>
</form>