Hi is the code of my very simple form:
How can I align the two input fields?
<br> Naam: <input name="name" value="" type="text"><br> Email: <input name="email" value="" type="text"><br> <input name="submit" value="Submit" type="submit">
How can I align the two input fields?