+ 4
Do i need to completely learn HTML before moving on to CSS and JS?
11 Antworten
+ 2
You could potentially learn HTML and CSS at the same time. HTML is much simpler than CSS. if it were to be measured in units, HTML would be about 2 units and CSS would be 7 units. JS on the otherhand is about 13 units. JQuery would be 4 units.
but dont worry about learning something completely, just make sure you cover your fundamentals first but make a note to revisit concepts you are unfamiliar with later to cover your blind spots.
I for example knew more about JS than CSS until I recently decided to revisit CSS
+ 8
you should learn html first because it is very simple
Let take the example why you should learn html first if you want to make a building then first you make its structure then you paint it .
+ 7
Yeah of course because If we can imagine .. , it's the skeleton for the web page ...
+ 4
It's not necessary. Hardly anyone knows a language 'completely'.
+ 3
Not completely, but you should have a good understanding of HTML.
+ 3
THANKS ALL
+ 1
Yes, that would be best. ..
+ 1
Attach the door or paint a design is not possible without the wall.
Door - JS
Paint - CSS
Wall - HTML
+ 1
You can learn html... Is not that hard... And not that much
+ 1
I do not know in which sense you use 'completely', but it would help you a lot to have had already covered the html fundamentale when diving into CSS. The html course is short and not at all difficult and you lern there about the objects and attributes which you will be eventually manipulating through your CSS.
0
Thanks