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 ?
7 Respuestas
+ 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
0
You have a mistake
You have to type color not colour that's first
0
You can make borders in css
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>
0
It must work now
0
style="colour:red;"
Change "colour" to "color" it will work
After change your code will be.
style="color:red;"
- 1
Are you from UK? 😂😂😂