HTML Table Issue

Joined
Aug 29, 2022
Messages
1
Reaction score
0
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>
Screen Shot 2022-08-28 at 1.23.15 PM.png
 
Joined
Nov 13, 2020
Messages
302
Reaction score
38
You are using an experimental validator. I ran your code and found no problems (well, I had to change the color to black to see it).
So I went to the official site: https://validator.w3.org/#validate_by_input It said "No problems"

FYI: use CSS style instead of inline styling and it would be fewer words.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top