After learning HTML
and
CSS, we can now create
a good looking webpage.
That's great!
But, our webpages don't
have any interactivity.
For example:
If we want to create
a button that changes
something on our webpage,
we can't do that
with just HTML and CSS.
Take a look at this example code:
To allow the user to access
and
change our webpage content
as shown in the example above,
we need to use a programming
language like JavaScript.