Can I make a forum like discourse, if only use html and css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I make a forum like discourse, if only use html and css?

Please help me

18th May 2021, 7:41 PM
Ian Yeray Restrepo Gallego
Ian Yeray Restrepo Gallego  - avatar
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)
18th May 2021, 7:54 PM
visph
visph - avatar
+ 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
18th May 2021, 7:52 PM
Rohit
+ 2
js could be used at client and server side... python or any else language could be used at server side ;)
18th May 2021, 7:56 PM
visph
visph - avatar
+ 2
Thank you
18th May 2021, 7:57 PM
Ian Yeray Restrepo Gallego
Ian Yeray Restrepo Gallego  - avatar
0
Discourse
18th May 2021, 7:53 PM
Ian Yeray Restrepo Gallego
Ian Yeray Restrepo Gallego  - avatar
0
Py or js?
18th May 2021, 7:55 PM
Ian Yeray Restrepo Gallego
Ian Yeray Restrepo Gallego  - avatar
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 (。•̀ᴗ-)✧
18th May 2021, 11:03 PM
Katdotbrush
Katdotbrush - avatar