+ 13
I want to make a website.which language are best to make it?
3 Antworten
+ 10
HTML - For basic layout of a webpage (it would look ugly)
CSS - To style the HTML layout, you can make it as beautiful as u want using css.
JAVASCRIPT - To add functionality to the site such as what happens when a user clicks on this button, what happens when a user submits a form, etc etc.
+ 7
For making a website I prefer to use html skeleton tags. Then if you wanna enhance your UI and plugged some style on it, then you can use CSS. If you want to add some more functionality you can use JavaScript. For back-end and interact with database prefer to use php, mysql, mongoDB etc. in the beginner stage. Then gradually implement angularJS, reactjs and so on.
Or you can find all these in a framework called Bootstrap. Bootstrap can help you to control over the view in mobile as well as in computer browser.
HERE is my one:
https://code.sololearn.com/W12M3lH9IE1Y/?ref=app
+ 5
Html