0
Can any one help.me to fix this code
4 ответов
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.
+ 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
- 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>