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>
2 Answers
+ 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
+ 1
run the code then you understand brother.
and if you need any help with text me ok,