How do I get a button which takes me to a new page?
Answer Posted / 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 |
Post New Answer View All Answers
what are different types of heading are supported by html?
Do I have to memorize a bunch of tags?
Write an html code to create an e-mail link?
What is the role of html?
What is tag example?
Describe HTML Entities with example?
Can you use MathML tags directly in HTML5 without any plugin?
How do I put sounds for older versions of internet explorer?
What are Web Workers?
What are inline elements and block-level elements in html?
What is html hiddenfor?
What does a div tag do?
What is the difference between nav and div?
How to link different web page from one webpage in html?
Can you list the new input type attributes in html5?