can anyone help me correct my code please
<html>
<style type="text/css">
table {
width: 50%;
border: 5px green solid;
}

th,td {border: 2px green solid;}

</style>

<body>
<table>
<tr>
<th colspan="2">Today's Opinion Poll Question</th>
<th colspan="2">Political Party</th>
</tr>

<tr>
<th>Democrat</th>
<th>Republican</th>
</tr>



<tr>
<th rowspan="2">Do you favor or oppose incresing the minimum wage?</th>
<th>Favor</th>
<td>70%</td>
<td>35%</td>
</tr>

<tr>
<th>Oppose</th>
<td>25%</td>
<td>60%</td>
</tr>



</table>
</body>
</html>​

can anyone help me correct my code pleaselthtmlgtltstyle typetextcssgt table width 50 border 5px green solid thtd border 2px green solid ltstylegtltbodygt lttab class=