Hello all,
can't seem to get this table to provide the proper results without displaying the error shown below when ran through a validator.
<div class="techDiv">
<p style="font-family: copperplate; color: lightblue; font-size: 30px;"><u> Technology Skills </u> </p>
<table>
<tr>
<th style="font-family: verdana; color: lightblue"> Skill</th>
<th style="font-family: verdana; color: lightblue">Confidence</th>
</tr>
<tr>
<td style="font-family: verdana; color: white">HTML & CSS</td>
<td style="font-family: verdana; color: white">8/10</td>
</tr>
<tr>
<td style="font-family: verdana; color: white">Python</td>
<td style="font-family: verdana; color: white">7/10</td>
</tr>
<tr>
<td style="font-family: verdana; color: white">Databases & SQL</td>
<td style="font-family: verdana; color: white">6/10</td>
</tr>
</table>
</div>
can't seem to get this table to provide the proper results without displaying the error shown below when ran through a validator.
<div class="techDiv">
<p style="font-family: copperplate; color: lightblue; font-size: 30px;"><u> Technology Skills </u> </p>
<table>
<tr>
<th style="font-family: verdana; color: lightblue"> Skill</th>
<th style="font-family: verdana; color: lightblue">Confidence</th>
</tr>
<tr>
<td style="font-family: verdana; color: white">HTML & CSS</td>
<td style="font-family: verdana; color: white">8/10</td>
</tr>
<tr>
<td style="font-family: verdana; color: white">Python</td>
<td style="font-family: verdana; color: white">7/10</td>
</tr>
<tr>
<td style="font-family: verdana; color: white">Databases & SQL</td>
<td style="font-family: verdana; color: white">6/10</td>
</tr>
</table>
</div>