How do I get a button which takes me to a new page?
Answer / guest
This is done with a small form:
<FORM ACTION="http://url.you.want.to.go.to/" METHOD=GET>
<INPUT TYPE=submit VALUE="Text on button" NAME=foo>
</FORM>
| Is This Answer Correct ? | 3 Yes | 0 No |
Which tags do not need a separate tag for closing?
What is a style sheet?
Is body tag necessary in html?
I am trying to include a html document in another document. Is there a way to do this?
How to create a hyperlink in html?
What is the use of <figure> tag in html5?
What is the use of <fieldset> tag in html?
What is html format?
List out image related elements in html5?
How can I include comments in html?
How we can insert comment in html?
What does whatwg stand for in the world of html5?