Can somebody answer the question? why color in my table on the second row is blue? Please see my code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can somebody answer the question? why color in my table on the second row is blue? Please see my code.

10th Apr 2017, 6:22 PM
Ostap
Ostap - avatar
3 Answers
+ 3
You do have many mistakes in your code, here are some: - You double declared doctype which is no need. - You type ## to define hexadecimal colors. - You forgot to close " at the end of a background color style declaration.
10th Apr 2017, 6:33 PM
Geoffrey L
Geoffrey L - avatar
+ 2
use style inline for your table... or use class instead
10th Apr 2017, 6:31 PM
Waren Gonzaga
Waren Gonzaga - avatar
+ 1
Geoffrey, thanks. Double declaration its happened because im copy code from pc. Now its ok
10th Apr 2017, 6:40 PM
Ostap
Ostap - avatar