+ 2
Can I get enough with " HTML & CSS" in web design without learning any scripting language ?
web design
10 Answers
+ 2
Yes. But at least learn a little of javsscript. it helps a lot! đđ
+ 1
If u want to make responsive sites , not really...
+ 1
no problem :)
+ 1
You can totally make a complete web site with just HTML and CSS. buuut, javascript is very useful and is definitely a mut
0
OK thanks
0
You can make responsive website with CSS.. look up for media queries
0
The problem is, while you still can create animations with css, you need Javascript for some situations.
Like dropdown menus or sidemenus or... well.. Ajax requests...
But for visual context these two are pretty enough. đ
0
you can actually make dropdown menus with pure css if you get a bit creative with, for example, check boxes and selectors. check this out to give you an idea
https://m.youtube.com/watch?v=xMTs8tAapnQ
0
064XP Okey but, lets be honest. Thats lot of work. Plus as a programmer, the less you write the more readable it is. Also, while we love challenges as programmers, not everyone does. Javascript is the best option for manipulating DOM tho. And you can't find a job that easy without a little Javascript.
Javascript: is !important;
0
yeah, that's no question haha Javascript is fundamental, I was just pointing out that it is possible to do those things in css