how to create table in html5..?

Started by gunjanjain, October 08, 2019, 01:51:38 AM

gunjanjain

Hello friends,



how to create table in html5..?

sinelogixtech

Hi Friends,

  • Plan your table so that you know how many columns you want, and which rows or columns will be headlines.
    Sketching out your table on paper first is a good idea, especially if it's at all complicated.

  • Begin the table with the <table> tag.
    The <table></table> pair encloses the entire table.

  • Create a table row with the <tr></tr> pair.
    A table is just a series of rows. You need the <tr></tr> pair to enclose each row of data.

  • Signify headings with <th>.
    Often, the top row (and maybe the left-most column) contain headings. Use the <th></th> pair to signify text that should be treated as a heading cell. By default, such cells are generally bolder and centered, but that can be changed with CSS.

  • Specify ordinary data cells with the <td></td> pair.

  • Keep the number of cells consistent across rows.
    As you become more familiar with HTML5 tables, you can find ways to extend a cell across multiple rows or columns.

  • Add CSS as needed.
    Tables have a basic format, which you can change with CSS — to add borders, for example.

Arjun75020

Plan your table so that you know how many columns you want, and which rows or columns will be headlines. ...
Begin the table with the <table> tag. ...
Create a table row with the <tr></tr> pair. ...
Signify headings with <th>. ...
Specify ordinary data cells with the <td></td> pair.
Keep the number of cells consistent across rows.
Digital Marketing Company in Chennai

Citywebpuneind

1. Plan your table so that you recognise how many columns you want, and which rows or columns may be headlines.
2. begin the desk with the.
3. Create a desk row with the.
4. symbolize headings with.
5. Specify ordinary records cells with the.
6. hold the quantity of cells constant across rows.
7. add CSS as needed.