+ 1
Can I make a forum like discourse, if only use html and css?
Please help me
7 Answers
+ 3
no, you must use other languages in addition: scripting for logic (either client and/or server side) and database to store/retrieve posts ^^
however, you could minimize your efforts by using third party solutions (but it should require at least few front-end scripting ;P)
+ 3
discourse or Discord?
with html & css you will atmost have only your layout ready. for making them dynamic you need a backend programming lang and to make more interactive and lively maybe some Javascript
+ 2
js could be used at client and server side...
python or any else language could be used at server side ;)
+ 2
Thank you
0
Discourse
0
Py or js?
0
If you want make a forum for talk,use :
HTML = Basic layout
CSS = Design (add images,colors,background etc)
JS = Interation
If you want do it JS is a language so much important for do this project
Happy coding (・â˘Ěá´-)â§