Asked By
D Manob
10 points
N/A
Posted on - 08/20/2016
HTML table offers highlighting our data in a representable manner. It is a cost effective way to promote. It is very necessary to know how to deal with rows and columns. How to create an HTML table?
Answered By
Oakes
0 points
N/A
#158642
How To Create An HTML Table With The Help Of Steps?
HTML table can help in highlighting our data in a representable manner. It is a cost effective way to promote. You should know how to deal with rows and columns.
Step 1: Type HTML text that you want before the table in a text-editing program such as Notepad, Wordpad, etc.
Step 2: Type <table> tag to define the use of the table and then press Enter.
Step 3: Use <tr> to open table-row and hit Enter after completing.
Step 4: Use <th> for table header opening and name the first column.
Step 5: </th> is useful for closing table header item and press Enter.
Step 6: Use </tr> for closing the row and press Enter.
Step 7: To begin another row, use <tr> and hit Enter.
Step 8: <td> is useful for entering the table-data.
Step 9: Enter the data in each field and close it with the help of </td>.
Step 10: Type the entries and close the table by </table>.
Â