+ 1
IS IT MANDATORY TO LEARN CSS IF WE KNOW HTML ?
I am confused
12 Respostas
+ 23
Not mandatory but in simple terms you can say HTML creates elements and layouts while CSS styles them.
Without CSS you are left with the ugly default ui.
+ 11
Nothing is mandatory when it comes to programming, but HTML is nearly useless on its own when developing websites so learning CSS (and JS) would allow you to create better and more appealing programs
+ 8
Monical
Bootstrap is a framework for building responsive websites. It's like asking do you need to know jquery, react, vue, after learning javascript?
Absolutely not, I know css and do not bother with bootstrap. I believe css grid & flexbox are more than sufficient and i don't need to depend on heavy weight frameworks/libraries, etc.
+ 7
If you want to style the website, then yes.
For simple documents/sites. You can get away fine with just html.
+ 3
Lord Krishna my point exactly. learning css grids and flexbox is all u you need to build stunning sites.
+ 2
No, I think JavaScript is more important, but it's really recommended to know CSS. It really makes styling websites easier.
+ 2
the real question is do you need to know bootstrap if you know css?
+ 1
from the responses, Iâm pretty sure you understand now that when they say itâs not mandatory...it means that it is actually mandatory if you want your code look half decent.
+ 1
Hello.How are you
+ 1
which do you know programm languages
+ 1
Learning CSS is a better way to design responsive websites
0
If you want to run style scripts on your web page you must learn CSS along with HTML.
CSS has so many interactive style to decorate your web page e.g. hover, buttons, static animation etc.