+ 13

I want to make a website.which language are best to make it?

27th Aug 2020, 4:52 AM
Stranger
Stranger - avatar
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.
27th Aug 2020, 4:56 AM
maf
maf - avatar
+ 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
27th Aug 2020, 7:23 AM
Bits!
+ 5
Html
29th Aug 2020, 3:13 PM
S Pranav
S Pranav - avatar