

JavaScript is an important language to learn and get familiar with, but as I said, if you just plan to design and not develop websites from scratch, you will just need a basic understanding of JavaScript.Ī great resource that I picked up when learning HTML, CSS and JavaScript were these books. Luckily, there are lots of people who specialize in JavaScript and if you just plan to be a web designer (not a developer) you won’t need to know a ton of JavaScript – especially if you choose to design websites in WordPress as there are plugins that are already made. make web page customization based on the person visiting the website.So what can JavaScript do? Well, it can be a bit confusing when you’re unfamiliar with web development, however, JavaScript can: JavaScript is a scripting/programming language and it adds functionality to your website, and adds an interactive level. Step 2: Learn JavaScriptĪfter you’re confident in your ability with HTML and CSS, you will want to learn JavaScript. I knew a little bit of HTML before I started learning and found it was easiest to learn CSS while learning HTML at the same time. If you already know a bit about HTML, you can go straight to CSS.
#Treehouse webdesign free#
Codecademy has a ton of free resources, and once you are familiar with HTML you should hop right into CSS. To start becoming familiar with HTML, I’d recommend taking Codecademy’s free HTML course. Here is the homepage of my website with no CSS applied: HTML and CSS work together in that you can build a very basic website with HTML, and then make it look nice with CSS. I know that might not mean much to you right now, but HTML basically gives you the skeleton of your website.ĬSS, which stands for Cascading Styling Sheets, is a styling sheet language that styles your website. HTML stands for Hypertext Markup Language and is a computer language to create websites. You will want to start learning HTML/CSS first, which will help you to build a website, and then learn programming lanuages such as JavaScript to give functionality to your website (and PHP if you want to be a WordPress developer). Step 3: Learn PHP (optional: for WordPress Web Designers).
