0
What i need to learn after html?
4 Respuestas
+ 2
To build a web page, you need:
html to build the structure;
css to style it;
JavaScript to make login and sign in and stuff like that.
So, I think you don't need to learn anything after html, but you should learn html and css at the same time, so you can make those two languages work together.
You also should watch some YouTube tutorials, because they show you how to build a full website.
Don't forget that later you'll need to make your webpage work on mobile, so all the styling should be on a css file, to make things easier.
I hope I was helpful and any thoughts, just ask ;)
+ 17
Css than js.
This question has been asked many times, please use the search bar next time.
https://www.sololearn.com/post/10362/?ref=app
https://www.sololearn.com/discuss/793020/?ref=app
https://www.sololearn.com/discuss/860430/?ref=app
https://www.sololearn.com/discuss/2090220/?ref=app
https://www.sololearn.com/discuss/1056630/?ref=app
https://www.sololearn.com/discuss/2009336/?ref=app
https://www.sololearn.com/discuss/1424194/?ref=app
https://www.sololearn.com/discuss/510702/?ref=app
https://www.sololearn.com/discuss/601458/?ref=app
https://www.sololearn.com/discuss/1162365/?ref=app
https://www.sololearn.com/discuss/2020304/?ref=app
https://www.sololearn.com/discuss/495641/?ref=app
+ 2
Learn css, and then do some projects on html and css, create very simple websites. Then go with js and after learning it collaborate html css and js make some projects. These simple projects helps you to develop your skills.