+ 1
How to develop a basic web page??
Is HTML is enough for creating a basic web or any other requirement needed?
2 Answers
+ 4
HTML is good enough, for static websites.
CSS is needed if you want something better than black text and white background
JS is needed if you wanna do legit stuff on your website.
+ 1
thanks for your suggestions