Here is an example of HTML code for a table with a border:
Exaple
| First Name | Last Name | Points |
|---|---|---|
| Jill | Smith | 50 |
| Eve | Jackson | 94 |
This will create a table with three columns and two rows, with a border around the cells of the table. You can adjust the border width and color by using CSS styles.
You can also use the border attribute on individual td or th elements to specify a different border for specific cells.
No comments:
Post a Comment