Defining a Simple Table in HTML
In this lesson, we will learn about the simple table markup in HTML.
We'll cover the following...
The old school sample you saw in Listing: Making use of tables used a few attributes (dimensions) to define a very basic style for the table defined in the markup. In contrast to that, HTML5 explicitly separates the content of a table from its style.
The tags defining the structure of your table focus on the content and layout, and you must use separate styling rules to establish the visual ...