HTML tables lay out website elements on a web page. Tables are comprised of rows and columns and each field represents one part of the table. These fields provide properties for HTML programmers to set the font, border and background color. The table cell's background color shades the cell with a hexadecimal color value. The table cell is represented using the "
Instructions
- 1
Open your HTML file and scroll down to the section with your table. A table is created using the "
Insert a new table cell. You can insert a new table cell or use an existing cell. Table cells are created using the "
| First Cell | Second Cell |
Add a background color to your table cells. The "bgcolor" property is used within the "
| First Cell | Second Cell |
The hexadecimal value for white is "ffffff." There are more than 16 million color hexadecimal values (see Resources) you can use with your web pages.
Powered by Blogger
Blogger Theme by IdBlogDesign
0 comments:
Post a Comment