Making Tables in HTML
Tables are a way to display information in the form of cells consisting of rows and columns. To display data in the form of tables in HTML, use the <Table> tag. The table element contains the <tr> property for specifying rows (table row) in which there is a <td> property to display data in each cell table (data table).
Table main tag
Table element attributes
Table Row attribute
Data Table Attributes
Table main tag
Table element attributes
Table Row attribute
Data Table Attributes
just follow the tutorial
Make a web page as follows (Basic table structure):
Save the HTML code above with the name table.html then open the results using a web browser. If the writing is correct, the web page will appear as follows
Make a web page as follows (table with caption):
Save the HTML code above with the name caption.html then open the results using a web browser. If the writing is correct, the web page will appear as follows
Make a web page as follows (table header):
Save the HTML code above with the name th.html then open the results using a web browser. If the writing is correct, the web page will appear as follows
Make web pages as follows (spanning):
Save the HTML code above with the name spanning.html then open the results using a web browser. If the writing is correct, the web page will appear as follows
Conclusion:
As long as we want to learn and try to be able to create a work, so many tutorials apologize if there are many mistakes.
0 Response to "Making Tables in HTML"
Post a Comment