Problem
1. Write the XHTML for table with three rows, two columns and no border. The cell in the first column of each row will contain one of the following terms: HTML, XML, and XHTML. The corresponding cell in the second column of each row will contain a definition of the term. Configure alternating rows to use the background color #CCCCCC.
2. Use CSS to configure a table that has a border around both the entire table and the table cells. Write the XHTML to create a table with three rows and two columns. The cell in the first column of each row will contain one of the following terms: HTML, XML, and XHTML. The corresponding cell in the second column of each row will contain a definition of the term.