XHTML / CSS Tutorial - Tables
A table element is created with the table tag <>table></table>.
To create a table row you'll need the table row attribute <tr></tr>.
To put info into your table row you'll need the table data attribute <td></td>.
You can add different attributes for your table. <table (attribute name) ="".
For example, <table border="1px">
https://www.youtube.com/watch?v=bhcnHsrP42U&index=11&list=PLC1322B5A0180C946
To create a table row you'll need the table row attribute <tr></tr>.
To put info into your table row you'll need the table data attribute <td></td>.
You can add different attributes for your table. <table (attribute name) ="".
For example, <table border="1px">
https://www.youtube.com/watch?v=bhcnHsrP42U&index=11&list=PLC1322B5A0180C946
Comments