how do I put square | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I put square

30th Oct 2016, 8:37 PM
Nithil Sangma
Nithil Sangma - avatar
2 Answers
+ 1
<body> <svg width="120" height="120" viewBox="0 0 120 120"> <rect x="10" y="10" width="100" height="100"/> </svg> </body>
1st Nov 2016, 10:55 PM
Chris Coder
Chris Coder - avatar
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>
1st Nov 2016, 2:07 AM
Sumit Kumar
Sumit Kumar - avatar