i need help on how to make a HTML form!^^
Does anyone know? and if you do can you tell me please?
i need help on how to make a HTML form!^^
Does anyone know? and if you do can you tell me please?
Thanks,I'll try to use the W3 schools website but I'm not quite sure how it works still.
This is about as basic as you can get but it gives you a start.
It has one plain text field and a submit button.Code:<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action=""> <p> <input type="text" name="textfield"> </p> <p> <input type="submit" name="Submit" value="Submit"> </p> </form> </body> </html>
I say
1) W3Schools
2) Google
3) HTML book
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
What do you want it to do?