0
how do I put square
2 Respuestas
+ 1
<body>
<svg width="120" height="120" viewBox="0 0 120 120">
<rect x="10" y="10" width="100" height="100"/>
</svg>
</body>
0
with the help of table for example
<body>
<table width="50px" height="50px">
<tr>
<td>
any things you have to write or insert in the table
</td>
</tr>
</table>
</body>