Dino Geek, try to help you

How to create a table in HTML?


To create a table in HTML, you can use the `

` tag. Here is an example of how to set up a simple table:

```

Firstname Lastname Age
John Doe 30
Jane Doe 27


```
In this example, the tags do the following:

- `

` defines the table.
- `` defines a table row.
- `
` defines a table header.
- `
` defines a table cell.

The table header is bold and centered. A table cell is regular and left-aligned.


Simply generate articles to optimize your SEO
Simply generate articles to optimize your SEO





DinoGeek offers simple articles on complex technologies

Would you like to be quoted in this article? It's very simple, contact us at dino@eiki.fr