HTML test

How to be a Web Designer!


Table of contents:


Learn HTML!

Well, this is obvious, you always start with the basics. HTML is the backbone of the Internet. It’s not a programming language per se, but it’s a tool that every web developer should master.

What does HTML stand for?

HTML is basically a set of building blocks, that we can use to define the structure of our website. When I explain HTML to people who don’t know anything about web development, I like to refer to basic human biology.

HTMLis the bones and the structure. It is the skeleton, of the human body. By itself, it can’t really do a lot, but it defines a structure.


2. Make everything look better => CSS

After creating a basic website skeleton, we can get started with CSS. It stands for:

CSS is responsible for the visual part. It allows us to specify how elements (HTML building blocks) should look. We can define elements sizes, colours, backgrounds and many many more.

Going back to my biological metaphor, we could tell that CSS is the characteristics of the person. It tells us about skin colour, eyes, height etc. At this point we get a human being, that doesn’t do anything yet, but has body(HTML)and look(CSS).


3. Start building stuff

This step is essential. Don’t worry that you don’t know something. At this point, Google and StackOverflow should be your best friends. Whenever you don’t know something, try to google it. You don’t need javascript yet, so you can simply ignore it for now. HTML & CSS are the two skills that will land you your first job.

When starting out, it’s a great idea tocopythings that are popular. Try to useHTML&CSSto create a copy of aFacebook postorMedium navigation.Go to Airbnb and copy their footer. It is essential, that you don’t spend too much time on theory, and that you spend it coding.

I recently saw a tweet by Chris Coyer that really resonated with me:

Perfectionism will slow down the process of learning, that’s why we should let ourselves fail sometimes, and gain more knowledge, quicker.


4. Learn about JavaScript

Next step, after building a few basic layouts, is JavaScript. It is a programming language created for Netscape corporation , by Brendan Eich, in a really short time. It was supposed to be used for simple things. Nobody could predict that it will be used in large-scale applications and basically in every existing environment it could be run on. Let’s also get a few misconceptions out of the way:

    JavaScript is equal to NOT EQUAL TO Java => Those are two totally different languages jQuery is built with JavasScript => It’s not a different language. JQuery is a library built with JavaScript that’s used to simplify and speed up development. JavaScrip = ECMAScript = ES2015/ES3/ES5/ES6… => ECMAScript is a more technical name for JavaScript, but the original name is way more popular and used these days. ES2015 is the same ES6, which stands for the 6th version of ECMAScript. ES3,5,7 etc. are just different versions of Javascript

JavaScript evolved a lot over the years. There are a lot of libraries and frameworks that allow us to write it easier, better and faster. If any of those words are new to you,do not worry! You will learn about everything when it’s time.

It’s easy to get weighed down by the number of new things you learn. One thing I learned when I was starting out, is that everything will become clear when it’s time. Consistency is the key. If you do something regularly you will achieve your goal. Something will ‘click’ in your brain, and you will get concepts that were impossible to understand just a week ago!

Javascript is a huge topic, and it is like a window to the world. If you learn it you will be able to create desktop, backed and even mobile applications. It’s important to know it well, but also remember that to land your first job in front-end development it’s not that important to know all the methods. HTML and CSS knowledge is the key to getting your first job. JS will be a big plus and you should know how to use it, but at the first stage, just knowing some syntax (language structure) and jQuery (library), will be enough.


5. Try to collaborate with others

Working with other people is essential to building great things. Julius Caesar couldn’t build his empire all by himself. Here are a few places where you can find people to work with on side projects, learn from or with, and hopefully work with.

  1. Facebook groups => You will find great resources and fresh news here.
  2. Meetups (meetup.com) => Great networking opportunities, enhances possibility to quicker find your first job.
  3. Stack Overflow => Ask your questions, but only those that weren’t already answered! Great to build your online presence, and meet really smart people.
  4. Github => This will probably be your collaboration hub when working on open source, or personal projects.

6. Keep Learning

Of course, there is still a lot of things to learn. And I mean a shitload… Probably you will still feel overwhelmed by the number of topics that you hear about.

It’s a good thing to know a bit about other aspects of web development, such as backend and databases. Understanding how the web works will clear out a lot of things for you.

Here are a few topics that are worth knowing:

Here is a table to list whats useful to learn for web design
What to learn:
Name Info
CSS preprocessors SASS SCSS LESS PostCSS
CSS methodologies BEM OOCSS SMACSS ITCSS
many more…
JS build systems Vue.js Angular React Preact
Ember many more…

Contact me:

Contact info:

Male female Other
Message: Question Complaint





Stafe safe and check the weather before going out


Dana Saleh 2020 ©