Can any one help.me to fix this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one help.me to fix this code

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

18th Jun 2020, 11:26 PM
KAMBOH TV OFFICIAL
KAMBOH TV OFFICIAL - avatar
4 Answers
0
And about the errors messages in the console.If it s not working, you can try to move your script tag from within the head tag to the bottom of the body tag, before it's closed. <body> //Some html code <script></script> </body> It will allow the html to be interpreted and recognized first before the js part to be executed.
18th Jun 2020, 11:57 PM
EmmanueLZ.
EmmanueLZ. - avatar
+ 2
Looks like it's not a complete code and please atlaest specify the error you are getting , Link the code by copy pasting in solo playground so others can read it better and help you
18th Jun 2020, 11:37 PM
Abhay
Abhay - avatar
18th Jun 2020, 11:46 PM
KAMBOH TV OFFICIAL
KAMBOH TV OFFICIAL - avatar
- 1
KAMBOH TV OFFICIAL hi, What's the problem with the rendering. I think your post doesn't include your whole code, you'd better copy/paste link to your code here (thanks to the share button in your code bites). From what you posted, I think your style tag should be within the head tag.Maybe that's it. <!Doctype html> <html> <head> <title></title> <style></style> </head> <body> </body> </html>
18th Jun 2020, 11:41 PM
EmmanueLZ.
EmmanueLZ. - avatar