Why do I have to take out the '/' from <td></td> in order to properly show my progress bar? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why do I have to take out the '/' from <td></td> in order to properly show my progress bar?

I was working on my basic webpage and when I tried to add a progress bar to my CSS table row it moved the bar to the top of the table. Though, when I took out the '/' from the ending table data tag(</td>) it worked fine. Is that normal?

16th Aug 2017, 12:34 AM
Miiko
Miiko - avatar
4 Answers
+ 3
I don't believe that is normal, you may want to look into that
16th Aug 2017, 3:20 AM
Jordan Chapman
Jordan Chapman - avatar
+ 3
I don't think that's what usually happens, perhaps you should redo it and see if it works with the "/" or use it on another code and see if it works?
16th Aug 2017, 4:57 AM
Learnsolo
+ 2
That's not normal. Post a code example, and someone will help you out.
16th Aug 2017, 10:26 AM
LOSST
LOSST - avatar
0
@Learnsolo I have tried it with the '/' but it changes it so that the bar is on top of the table.
17th Aug 2017, 5:42 PM
Miiko
Miiko - avatar