How can we create an html document for a table.
Answers
Answered by
0
Answer:
<tr>
<td>
now close them and input data
Answered by
6
Answer:
Use the HTML <table> element to define a table.
Use the HTML <tr> element to define a table row.
Use the HTML <td> element to define a table data.
Use the HTML <th> element to define a table heading.
Use the HTML <caption> element to define a table caption.
Use the CSS border property to define a border.
Hope it will help...
Pls Pls mark me Brainlist..
Thanks..
Similar questions