How do I create 2 horizontal tables next to each other in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I create 2 horizontal tables next to each other in html?

https://code.sololearn.com/WKjM4m4DMa4E/?ref=app

5th Oct 2017, 5:48 AM
Daniel Borodin
2 Answers
+ 2
<div> <table border="2" align="left" height="100" width="65" bgcolor="white"> <tr> <td>±±±±±±</td> </tr> </table> <table border="2" align="left" height="100" width="65" bgcolor="white"> <tr> <td>±±±±±±</td> </tr> </table> </div>
5th Oct 2017, 5:53 AM
Calviղ
Calviղ - avatar
0
thank you
5th Oct 2017, 6:01 AM
Daniel Borodin