+ 4
which language I should learn to create my own website???
I want to make my own website but I have no experience. So please tell me about this. And whether it is necessary to learn css, java script, php and html or I can only create a website using html and css
4 Answers
+ 4
Always start with HTML And CSS
+ 3
HTML and CSS are enough for a basic website. Javascript can add more functionality, but is not necessary at all. Using Bootstrap can save you a lot of work with CSS too. There are lots of great tutorials online. I bet you can even find good tutorials showing you how to make a website from scratch using busy HTML and CSS.
I used FreeCodeCamp to learn and they teach you everything you need to make a basic website. Good luck! www.freecodecamp.org
+ 3
Well bro to make ur own website , first you need to learn html , CSS and js .
As Andres0b0100 said ,
HTML defines the skeleton of the webpage i.e. the basics.
CSS defines the look of the webpage i.e. the clothes.
And JS defines the organs of that webpage .
Well you can also make static websites using HTML and Css .
But if you want to make an actual website which has a url , then u need to publish your html and CSS files through a server that will also take money.
But you can make you websites with the help of other web hosting companies.
Thanks
0
HTML gives the basic structure of the page.
CSS defines the style, color and layout.
JavaScript adds logic to that page and make it automatic and interactive.