+ 1
HELP WITH TABLE HTML !
I need help with the <table> please go to my PROFILE, there is an image with explanations of my unsolved problem. I can't decide, I've been scratching my head for 5 days now.
5 Respuestas
+ 2
Since 5days , what are you tried so far..? Show your attempt here..
You can create a table with 2 columns..
In first, column, add 1 row.
In second, column, add 2 rows..
I think that's enough.. Try it.
I will also check it "is it works now".. Let me see, who is the first one..?
note: rowspan, colspan attributes will help here.
+ 2
<table border=1>
<caption>liquid</caption>
<tr>
<td> coffee</td>
<td>tea</td>
<td>Green tea</td>
</tr>
</table>
+ 1
Yes. Your attempt.. Анатолий Шмель ?
Little bit complicate but try to achieve it, instead of bothering. You will get it.. I tried it and i got it. I not much know about web codes but i tried to answer this.. And i got it this way..
<table border=1 width=50px>
<tr><td rowspan="2">1</td><td>2</td></tr>
<tr><td>3</td></tr>
</table>
Now try it.. Next time try to your own way. You can get better ways to do it..
Hope it helps...
+ 1
Hi i hope this will help. Just goto output run it and see live changes.
https://code.sololearn.com/WFSMkH0Dz4YY/?ref=app