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
PayPal Gateway not configured
PayPal Gateway not configured