so, tables, tables are used in many websites.
they help organize . To make a tale you would use the table tag <table> this is followed by the table row tag <tr> and the table data tag <td> . To make a cell longer than normal you add the colspan attribute <td colspan="5"> and you can do the same thing to rows <td rowspan="3"> . Also every table has a default border which you can change the size of with the border tag <table border="0">
No comments:
Post a Comment