Can I get enough with " HTML & CSS" in web design without learning any scripting language ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I get enough with " HTML & CSS" in web design without learning any scripting language ?

web design

15th Jun 2018, 1:10 PM
komla
komla - avatar
10 Answers
+ 2
Yes. But at least learn a little of javsscript. it helps a lot! 😃😃
15th Jun 2018, 1:40 PM
Evans Teye
Evans Teye - avatar
+ 1
If u want to make responsive sites , not really...
15th Jun 2018, 1:27 PM
1337 H4x0r
1337 H4x0r - avatar
+ 1
no problem :)
15th Jun 2018, 1:35 PM
1337 H4x0r
1337 H4x0r - avatar
+ 1
You can totally make a complete web site with just HTML and CSS. buuut, javascript is very useful and is definitely a mut
16th Jun 2018, 1:46 PM
064XP
064XP - avatar
0
OK thanks
15th Jun 2018, 1:35 PM
komla
komla - avatar
0
You can make responsive website with CSS.. look up for media queries
16th Jun 2018, 10:10 PM
damyco
damyco - avatar
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. 😃
17th Jun 2018, 10:07 AM
Mustafa Yıldız
Mustafa Yıldız - avatar
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
17th Jun 2018, 1:58 PM
064XP
064XP - avatar
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;
17th Jun 2018, 2:36 PM
Mustafa Yıldız
Mustafa Yıldız - avatar
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
17th Jun 2018, 2:49 PM
064XP
064XP - avatar