12 Answers
New AnswerOrganised data, And sometimes best representation of any data in comparison to writing that data in texts(paragraphs) 😊
Jeevan Colspan used to merge two or more columns to make one row. <table border="2"> <tr> <td>Red</td> </td>Blue</td> </tr> <tr> <td colspan="2"></br></td> </tr> </table> Try it once.hope u understand
<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>
For those who are asking what is <span> and <div> allow me to explain Both of them are used to group some html elements in order to apply CSS to them.In this case <span> is used for inline html elements while <div> is used block html elements. Hope it's understood
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message