0
Basic guide
I want to learn to design a website. So which language i should start at first to learn.Somebody suggested me HTML first ! What is your opinion??
3 Respostas
+ 14
My opinion is to use the search bar for finding something like this
https://www.sololearn.com/Discuss/632678/?ref=app
+ 3
HTML define structure of website.
First learn HTML after you complete it then move on to other languages.
The other languages you do after completing HTML are CSS , JavaScript , PHP and SQL :)
Do it in this order 👇
1. HTML
2. CSS
3. JavaScript
4. SQL
5. PHP
+ 2
HTML is used to let the browser know what to display
CSS is used to let the browser know how to display
JS is used to add functionality to webpage