Laurence Bradford, Author at General Assembly Blog

About Laurence Bradford

Laurence Bradford is the creator of learntocodewith.me, an online resource for those teaching themselves digital skills. She specializes in helping people make the leap from simply having skills to getting paid to use them. You can also connect with Laurence on Twitter.

Getting Started With Front-End Web Development

By

learn to code

So, you want to learn to code? Awesome! Knowing how to code can help you level up in your current role, open new career opportunities, and empower you to make your app or website ideas come to life. But where should you start?

Although hotly contested among developers, most novice coders begin their education by learning the basics of front-end web development, or the client-facing side of web development. The front end involves what the end user sees, like the design/appearance of the web page.

In order to become a front-end developer, there are three “languages” you need to master: HTML, CSS, and JavaScript, or as I like to call them, “The Holy Trinity.”

Below, I explain the difference between these three languages, and how they work in concert to get a simple website up and running.

Continue reading