0
How to make website and what type of coading is required for it
3 Answers
+ 1
thanks bro for your suggestion maykel
0
To Start A Website You Need To Have a Domain Name and A web Hosting and After Connecting them you need to use softwares like wordpress or start coding with HTML-CSS-PHP-JS to Configure Both The front end (visual content)and The backend (databases etc..) of the website
0
to make a basic website you'll need to know HTML, CSS and Javascript. This will help you create the visual aspect of the site with interactivity. After that, turn your attention to PHP and SQL to handle server side things like form submission and user creation.