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. 