Today I learnt the principles of creating tables and how it was used in the early days of the internet. In order to create tables 5-10 different elements are needed, some of these elements include:
<table>= represents data
<td> defines cell of a table
<th>= defines cell as header of group
the use of thead,tbody and tfoot is also essential in creating a tables rows with rowspan helping to add more rows and colspan used to add column.
More to follow
Comments