+ 1
Table tag
How do you make an I.d and password box using the HTML table tag
2 Respuestas
+ 3
<Form>
<Input type="text" name="#"required />
<Input type="password"name="#"required/>
</form>
0
I think u spose to use the <form> and <input> tags for that