+ 1
Como se crea una caja en html???
Html
10 odpowiedzi
+ 2
Ah,
<table>
<tr>
<th>optional header 1</th>
<th>optional header 2</th>
</tr>
<tr>
<td>cell content 1</td>
<td>cell content 2</td>
</tr>
<tr>
<td>cell content 3</td>
<td>cell content 4</td>
</tr>
</table>
edit fixed header
edit repaired fix of header 🙈
+ 1
Use <div> y finalmente escriba </table> en lugar de <table>.
+ 1
Input type is "password" to hide the characters.
0
<div>?
0
Qe diga una tabla
0
Ok
0
Ok
0
Y tambien como se crea uná contraseña en (html,js,css)?
0
Password? 🤔 You might ask for a form...?