So you’ve now touched on the three elements of web design, think of them as layers to a web page and you’ll slowly start to understand how they interact as we work through this tutorial:

The three layers to a web page
- HTML: This is the content of your web page, nothing fancy, just content.
- CSS: This is the style of your web page, we fancy up the page here.
- JS: This is the behaviour of your web page, now we give your page some interactivity.
And there you have it, the fundamentals of web design. Now that we have a little knowledge let’s have a look at an actual web page that uses all these layers.
