Edited by jiacomino, 05 November 2009 - 05:55 AM.
I have formuled very bad my question
Form HTML
Started by jiacomino, Nov 05 2009 05:24 AM
1 reply to this topic
#1
Posted 05 November 2009 - 05:24 AM
Hello. I want create a html form and I can't align the text form. Please how can I do to do it. Thank you to your response.
|
|
|
#2
Posted 05 November 2009 - 05:49 AM
just use the <form>, <input>, <textarea> and <select> with <option> tags.
an example could be:
an example could be:
<form method="GET" action="sendform.php"> <input type="text" name="field1" value="Default" /> <input type="radio" name="Question" value="Yes" /> <input type="radio" name="Question" value="No" /> <input type="password" name="pw" /> <select name="selectbox"> <option value="1">First</option> <option value="2">Second</option> <option value="3">Third</option> </select> </form>
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall


Sign In
Create Account

Back to top









