Course Solutions Uncategorized (Solved) : Exercise Ll Need Learn Colgroup Element Looking W3c S Website Given Code Table Border Coll Q32814558 . . . .

(Solved) : Exercise Ll Need Learn Colgroup Element Looking W3c S Website Given Code Table Border Coll Q32814558 . . . .

 

For this exercise, you’ll need to learn about the colgroupelement by looking it up on the W3C’s website.
Given this code:

<style>
table {border-collapse: collapse;}
th, td {
padding: .5em;
text-align: center;
vertical-align: bottom;
}
th {background: lightskyblue;}
</style>
</head>

<body>
<table>
<caption>Bank Accounts</caption>
<tr>
<th>Account<br></th>
<th>Starting<br>Balance</th>
<th>Expenditures</th>
<th>Remaining</th>
</tr>
<tr>
<td>324014</td>
<td>$2,990.55</td>
<td>$550.55</td>
<td>$2,440.00</td>
</tr>
<tr>
<td>361102</td>
<td>$4,075.00</td>
<td>$0.00</td>
<td>$4,075.00</td>
</tr>
</table>
</body>
What colgroup element code and CSS code need to be added to thiscode in order to produce the following web page? As its nameimplies, the purpose of the colgroup element is to group together aset of columns. In this case, you must provide three colgroupelements—one for the first column, one for the second and thirdcolumns combined, and one for the fourth column. In your answer,you must make it clear where your

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post