Webmaster Forums - Website and SEO Help

Web Development and Design => Website Design and HTML => Topic started by: gunjanjain on October 08, 2019, 01:51:38 AM

Title: how to create table in html5..?
Post by: gunjanjain on October 08, 2019, 01:51:38 AM
Hello friends,



how to create table in html5..?
Title: Re: how to create table in html5..?
Post by: sinelogixtech on October 10, 2019, 12:06:51 AM
Hi Friends,
Title: Re: how to create table in html5..?
Post by: Arjun75020 on October 24, 2019, 07:49:49 AM
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.
Title: Re: how to create table in html5..?
Post by: Citywebpuneind on November 12, 2021, 07:55:49 AM
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.