Why are the division lines in may table not showing ? , I am sure I put the code the right way . What do I do ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why are the division lines in may table not showing ? , I am sure I put the code the right way . What do I do ?

https://code.sololearn.com/WXMvJVWjU8Gb/?ref=app

6th May 2020, 7:41 PM
Takundanashe Munyanduri
7 Answers
+ 1
Hi you have already asked this ,so if you can delete this duplicate pls Maybe you didn't understand what I said so here it is <table border="1px"> https://www.sololearn.com/Discuss/2279600/?ref=app
6th May 2020, 7:44 PM
Abhay
Abhay - avatar
0
You have a mistake You have to type color not colour that's first
6th May 2020, 7:45 PM
ycsvenom
ycsvenom - avatar
0
You can make borders in css
6th May 2020, 7:48 PM
ycsvenom
ycsvenom - avatar
0
<!DOCTYPE html> <html> <head> <title> Programming Curriculum | </title> </head> <body> <h1 style="colour:red;">Curriculum Order</h1> <br> <br> <br> <table border="1px"> <caption> Mimo Curriculum</caption> <tr><th> Topic </th><th>Name</th></tr> <tr><td> 1st </td><td> Html </td></tr> <tr><td> 2nd</td><td> CSS</td></tr> <tr><td> 3rd</td><td> JavaScript </td></tr> </table>
6th May 2020, 8:01 PM
Prabin Subedi
Prabin Subedi - avatar
0
It must work now
6th May 2020, 8:02 PM
Prabin Subedi
Prabin Subedi - avatar
0
style="colour:red;" Change "colour" to "color" it will work After change your code will be. style="color:red;"
6th May 2020, 8:25 PM
Dasarath Singh
- 1
Are you from UK? 😂😂😂
6th May 2020, 7:44 PM
ycsvenom
ycsvenom - avatar