Table tag | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Table tag

How do you make an I.d and password box using the HTML table tag

20th Jan 2020, 1:05 PM
Abiola Ailara
Abiola Ailara - avatar
2 Respostas
+ 3
<Form> <Input type="text" name="#"required /> <Input type="password"name="#"required/> </form>
20th Jan 2020, 1:26 PM
ā£š“†© AnŠŗĪĻ„ soā„“ąø„nŠŗĪ ā™£ļø
ā£š“†© AnŠŗĪĻ„ soā„“ąø„nŠŗĪ ā™£ļø - avatar
0
I think u spose to use the <form> and <input> tags for that
20th Jan 2020, 1:10 PM
Corndoge
Corndoge - avatar