0
Are this code are correct..
<!DOCTYPE html> <html> <head> <title>Tables</title> <style> </style> </head> <body> <table borders= "2" > <tr> <td>LMFAO</td> <td>LMAO</td> <td>SHSHSH</td> </tr> <tr> <td><br /></td> <td colspan="2"><br /></td> </tr> </table> </body> </html>
6 Réponses
+ 3
Terminator 2.0
There is "border" not "borders"
0
Oo tq
0
Terminator 2.0 even 'border' correctly spelled does not really make your code 'correct', as 'border' attribute was part of numerous style related attribute depecated in html5 (and your doctype is htm5)...
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table#deprecated_attributes
anyway, indenting your code would improve the readability ^^
0
Oo tq for remind me
0
Terminator 2.0 sorry: forgot to add the mdn link... now my last post is edited ;)
0
Ook tq for the link