Question

4. Write down HTML of the following table. On columns, have Monday, Tuesday ...etc. On rows Bam, Cam, 10am...etc... Your tabl
0 0
Add a comment Improve this question Transcribed image text
Answer #1

HTML Code:

<html>
<style>
   .demo {
       border:1px solid #C0C0C0;
       border-collapse:collapse;
       padding:5px;
   }
   .demo th {
       border:1px solid #C0C0C0;
       padding:5px;
       background:#C0C0C0;
   }
   .demo td {
       border:1px solid #C0C0C0;
       padding:5px;
   }
</style>
<table class="demo">
   <thead>
<tr>
       <th>Hours</th>
       <th>Monday</th>
       <th>Tuesday</th>
       <th>Wednesday</th>
       <th>Thursday</th>
       <th>Friday</th>
   </tr>
   </thead>
   <tbody>
   <tr>
       <td>&nbsp;8am</td>
       <td>&nbsp;</td>
       <td>&nbsp;CST111</td>
       <td>&nbsp;</td>
       <td>&nbsp;&nbsp;CST111</td>
       <td>&nbsp;</td>
   </tr>
   <tr>
       <td>&nbsp;9am</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
   </tr>
   <tr>
       <td>&nbsp;10am</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
       <td>&nbsp;</td>
   </tr>
   <tr>
       <td>&nbsp;8pm</td>
       <td>&nbsp;CST2309</td>
       <td>&nbsp;</td>
       <td>&nbsp;CST2309</td>
       <td>&nbsp;&nbsp;CST222</td>
       <td>&nbsp;</td>
   </tr>
   <tbody>
</table>
</html>

Output:

< Expert Q&A | Chegg.com x 55.html > C f ile:///C:/Users/Personal/Desktop/55.html Online C++ Compil... Expert Q&A | Cheg... F

Add a comment
Know the answer?
Add Answer to:
4. Write down HTML of the following table. On columns, have Monday, Tuesday ...etc. On rows...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Table 1: Time Clock Data from Security Detail (Supervisor is on salary) Employee Rate Monday Tuesday...

    Table 1: Time Clock Data from Security Detail (Supervisor is on salary) Employee Rate Monday Tuesday Wednesday Thursday Friday Supervisor $25.00 8.0 8.0 8.0 8.0 8.0 Officer 1A $20.00 8.1 7.6 8.2 7.5 7.8 Officer 1B $20.00 7.4 7.3 7.8 7.1 8.1 Officer 2A $17.50 7.0 8.3 8.4 8.1 8.4 Officer 2B $17.50 8.2 7.3 7.7 7.7 8.4 Officer 2C $17.50 7.1 7.5 8.5 8.3 7.7 Officer 3A $15.00 7.2 7.8 8.3 7.8 7.6 Officer 3B $15.00 7.5 7.0 7.8...

  • Sunday Monday Tuesday Wednesday Thursday Friday Saturday The Case of That Sinking Feeling leave that question...

    Sunday Monday Tuesday Wednesday Thursday Friday Saturday The Case of That Sinking Feeling leave that question Tbis was going to be easy. Debbie Mallery said to herself as she two possible answers and finally decided just to at down to take her test, a midterm exam covering the basics blank. The pattern was the same for the rest of the m of restaurant management. She had spent a few hours the previ questions. A few questions Debbie would answer easily,...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT