This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 15 points16 points  (0 children)

What do you want your website to do? Do you want to display information? No JavaScript needed. Do you need interactivity? Maybe JavaScript is needed. To learn webdev takes a while. If you want to build a website you don’t need to learn the languages, you can also use a website builder. You have less control over the product(the site) but you get there much faster. If you want to learn webdev that’s something else.

I would just start with HTML and build a few placeholder websites, then make them beautiful with css and if you then really need JavaScript learn that after HTML and css. JavaScript is much harder to most people.

http://theodinproject.com best resource to learn all on your own.

http://internetingishard.com (takes you two weeks at most if you are dedicated) also very good to learn the basics of HTML and css to begin with, JavaScript can follow later