+ 1
Who i made the comment bar to show what i will write there? I need to use some javascript method? Please help me 🥺🥺
3 ответов
+ 4
You mean how to write comments in HTML? Just write:
<!-- Put the comment here -->
and it will not be visible on the page.
+ 2
Sorry, I didn't understand that. So you want to allow users to write comments, so that all the other people could see it, right? Then you will need to send the comments to the server where your page is located and store them somehow on the server. I have no experience with this but hopefully someone will help you :)
0
prompt("Enter something");
You mean this one?