Introduction to Web Technologies

I expect you have often been on the internet, haven't you?
In the next few weeks you will learn how to create web pages yourself.
Web pages are made using a small set of tools:

HTML
All the things you can see on a web page are put there using HTML.
Styles
You choose how things look:
How they are laid out on the page.
How big they are.
What colours they are.
And much more.
Javascript
You can make your page do all sorts of different things.
You do this by writing code.
On web pages we use a coding language called Javascript.