...web visitors to leave comments.? I want to definitely be able to have one for the whole site, but I'm putting a lot of photos up, so if anyone can know how allow a comment box to be put on each pic, please let me know.
...web visitors to leave comments.? I want to definitely be able to have one for the whole site, but I'm putting a lot of photos up, so if anyone can know how allow a comment box to be put on each pic, please let me know.
No... there is no HTML code that lets your visitors leave comments. HTML is a markup language. It only controls what is displayed on the page. It can't actually do anything interactive by itself.
If you want people to be able to comment, you're going to need to look into using a language that can access and store information in a database (in addition to actually having a database). This would be something like PHP, ASP.net, etc. Or you can hunt around for a free "guestbook" site. They basically do all the hard work for you, and all you have to do is put a link to your guestbook account on your own site.