60 likes | 181 Vues
This lesson explores the significance of using tables to display information clearly and effectively. It delves into HTML coding for tables, highlighting the essential tags and concepts you need to grasp, such as table cells, spanning columns, and spanning rows. You'll learn how to organize your data into rows and columns to enhance readability and usability on web pages. This foundational knowledge will empower you to create well-structured tables for presenting information in your web projects.
E N D
Why Tables • Sometimes information needs to be displayed this way to make it easier for the reader to evaluate the information being given. • We see tables all the time in web pages. Name some examples.
Ohhh The Coding With Tables! • Coding can get to be a little crazy when creating tables in HTML. Before you learn the tags: • You need to know that each block in the table grid is referred to as a table cell. • Tables are written out row by row.