Not sure why am I getting this in exercise 1

Hi,
I was going through the exercise of part 1 of the Ultimate HTML5 and CSS3 course,
I completed the exercise, however I am not able to figure out why I am getting this weird border below.

Can anyone please help me figuring it out?

Here’s my HTML - pastebin

Here’s my CSS - pastebin

Thanks

Hello @raghav,

By looking at your html code, this is because you have an empty <td> tag:

image

Since theres no content, while keeping the tag it appears as a container with nothing in it thus seeing the border.

By deleting that line, then refresh your html page then it should no longer appear.

Cheers

OMG, I didn’t notice this. Thank you @kvngamboa :smiley:

1 Like