What is wrong with this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is wrong with this code?

<html> <head> <title>Test</title> </head> <body> <p style="background=#000000"> <font color="#FFFFFF"> Rawr Rawr </font> </p> </body> </html> _______________ Im just learning how to code and I need to know whats up with this. _______________

17th Sep 2016, 12:33 AM
Dylan Keller
Dylan Keller - avatar
5 Answers
+ 3
<html> <head> <title>Test</title> </head> <body> <p style="background-color:#000000"> <font color="#FFFFFF"> Rawr Rawr </font> </p> </body> </html>
17th Sep 2016, 12:37 AM
Zen
Zen - avatar
+ 1
No, indentation has nothing to do with it, this is not Python. You have to put style="background-color:#000000".
17th Sep 2016, 1:07 AM
Zen
Zen - avatar
0
So i got to space it out?
17th Sep 2016, 12:46 AM
Dylan Keller
Dylan Keller - avatar
0
meant to be 7 F
17th Sep 2016, 3:04 PM
hgvfgycgfyc me
hgvfgycgfyc me - avatar
0
i think
17th Sep 2016, 3:05 PM
hgvfgycgfyc me
hgvfgycgfyc me - avatar