How to Study a Week Before an Exam
Q&A for How to Comment in HTML
Coming soon
Search
-
QuestionWhere will the comment be saved?Joshua LiuCommunity AnswerIn the code. As the article said, it wont really show on the website, however it will be saved in the code.
-
QuestionHow do you code it so people can add comments on your website about the actual thing?Free EagleCommunity AnswerComments placed on your website are done in PHP & MySQL code, not HTML. If you have CPanel, you can go to your Softaculous Apps Installer and install an APP that will either create a bulletin board, guest book or even down load word press onto your site. These apps are already written PHP/MySql and you can turn off or on the comments.
-
QuestionHow do I include comments in HTML?Free EagleCommunity AnswerYou can include comments in your HTML code as follows: You will be able to see this when you're reading the code, but your comment will not show up in your viewer's browser.
-
QuestionWhich is the correct way to comment out something in HTML?JJPMasterCommunity AnswerAdd your comment in "" tags. This also works in wiki pages.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit