0

I don"t understand this code at all help { I am a beginner }

<table border="2"> <tr> <td>Red</td> <td>Blue</td> <td>Green</td> </tr> <tr> <td><br /></td> <td colspan="2"><br /></td> </tr> </table>

4th Jul 2017, 12:44 PM
sushant
sushant - avatar
2 odpowiedzi
+ 7
Run the code, you'll be able to relate :) It creates a table. tr defines row, there are two rows, so two tr tags. td defines column inside each row. colspan ="2" means 1 column is taking space of 2 columns. https://code.sololearn.com/WTrqk6rf10qg/?ref=app
4th Jul 2017, 1:02 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
run the code then you understand brother. and if you need any help with text me ok,
5th Jul 2017, 1:01 AM
Benali Mohamed