Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we create a forum site with only html with including no scripts? It is just a curiosity to know whether it is possible or not?
Posted

It's not possible with only HTML. You will need a server-side language such as ASP.NET, PHP, etc. to store the forum posts in a database (which is also stored on the server).
 
Share this answer
 
You could build a simple html forum. However, it would lack features though.
Designing a blog with html5[^] is a decent example.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900