web design | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 6

web design

Which language is best for start learning web design when a person doesn't know anything about web design?

11th May 2017, 9:23 PM
soheil
5 Antworten
+ 8
Start with HTML5
11th May 2017, 9:32 PM
NimWing Yuan
NimWing Yuan - avatar
+ 4
HTML of course. You'll learn the basics of web, then you can learn CSS (focus in design), Javascript (to make your page more dynamic) And remember always practice what you learn, even if you're a beginner it's the path to be professional
11th May 2017, 9:25 PM
Tiago Soares
Tiago Soares - avatar
+ 2
I think that you are confused with the concepts. Web Design and Web Development are different things. Best Regards Guys JIC: https://www.thoughtco.com/web-design-vs-development-3468907
11th May 2017, 9:37 PM
Jorge Daniel Lopez Irusta
Jorge Daniel Lopez Irusta - avatar
+ 1
I hope this will help you learn html and CSS courses in sololearn and search in Google about w3school
11th May 2017, 10:00 PM
Kirollos Ayman
+ 1
Hi soheil! Really it depends on your environment, some places/employers may still consider web designers as people that make web experiences "pretty", maybe even including responsive design as well. Especially if there's UX-ers that hand off to Web Designers that hand off to Developers. However, in modern Web Design--especially at agencies--you may want to become familiar with UX principles, accessibility, responsive design, and of course HTML, CSS, and JS. Regarding the latter, I'd say take a deeper dive into these concepts. For example, explore learning Flexbox (which is extremely helpful overall, but I found more so with a mobile first approach), SCSS; and more JS. Also, it's always good to know BEM (it's a re-fractoring life saver) and how to use GitHub either via the interface or command line. Hope this helps and good luck, ^-^
12th May 2017, 2:07 AM
Kat Washington
Kat Washington - avatar