Jump to content

Tables and Columns Homework Help


Devils Tear

Recommended Posts

What does this question mean and what do they want me to do. "Create a table body row group containing the days in the month of February. The row group should contain five rows and seven columns of table data cells. There are no spanning cells in any of the rows or columns."

Link to comment
Share on other sites

Create table with 5 horizontal rows (weeks), 7 vertical columns (days of week), within <tbody>...</tbody> element which will contain these cells of days, usually you don't need to add tbody element when using single group of rows, as these element are adding by browser.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...