Table Code

[Solved] Table Code | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : table html tages

Answered by : dylan-caldwell

<table> <tr> <!-- This is the first row --> <th>This is the heading</th> <th>Next heading to the right</th> </tr> <tr> <!-- This is the second row --> <td>This is where the table data goes</td> <td>This is the second columns data</td> </tr>
</table>

Source : | Last Update : Fri, 01 May 20

Answers related to table code

Code Explorer Popular Question For Php Frameworks Codeigniter