Hello everyone,
Can someone take a look at my table and give feedback
Here is link to the code: Codepen
Thanks!
Hello everyone,
Can someone take a look at my table and give feedback
Here is link to the code: Codepen
Thanks!
Hi @vasil.lyubenov and welcome to the community
Great work on this exercise.
Here are some possible improvements:
<!DOCTYPE html>
on the first line.<col>
s in <colgroup>
we need to mention all columns. You should use <col span="9">
as last line there.<tf>
instead of <tr>
.row
.I hope that helps,
Michael
Thank you very much!
It helps!
I kept getting warning in codepen that I don’t need the <!DOCTYPE html>
there and that’s why it is missing. I’ll fix everything else.
Yeah, you’re right.
I just wanted to make sure the line doesn’t get missed in a real project.