Tables are useful and essential when displaying tabular data for the web. Charts, Data tables, Calendars are all valid reasons to use an HTML table on your web page. HTML tables are comprised of rows and columns that display sets of data or content in an organized and structured fashion.
In this post we will use table markup tags to build a static HTML calendar. Using your text editor open your index.html file from the previous Basic HTML exercises. While following along with this exercise make sure to save often. There is a lot to do be fore we can view our table in the browser. Continue reading