Computer Science, asked by RUPANKAJ3851, 1 year ago

How to link a submit button to another webpage using HTML?

Answers

Answered by saic2160
1

Answer:

By using a tag ie.,

<a href="xxxxxxx"></a>

Where xxxxxx is address of another html page

For ex:

<a href=""F:\pramod\Pramod webs(3) GTA.SA.html""></a>

is my html page which I want to link

Hope u got ur answer.

Similar questions