HTML table
The HTML table allows to arrange all data on the page like, text, images, links, forms, etc. into rows and columns of cells.
The HTML tables are created using the <table> tag, <tr> tag is used to create table rows and <td> tag is used to create data cells. The elements under <td> are regular left aligned by default.
HTML table border, HTML table style, table width
Example 1:
<table style="width:100%; border:#C30
Users replays
0 results
- Add your answer -