Replies: 1 comment
-
Hi!😊Sorry for being late. It looks like your JavaScript is generating the webpage, but only the comments are showing while the title and content are missing Make sure the elements exist before updating them with JavaScript. document.addEventListener("DOMContentLoaded", function () { My TitleThis is content. ";}); Check for errors in the Console (F12 → Console tab). If using fetch() to load content, make sure the request is successful. I hope this helps 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
just showing the comments.
The original title and content are missing. I am using native JS to generate the webpage. Who can help beginners?
What should I do to make it display the complete content?
Beta Was this translation helpful? Give feedback.
All reactions