What you'll do today:
In this lab, you will make a web page which will allow the user to enter information and see the page change.
The page will use 3 "languages" that your browser understands:
- HTML (the markup language)
- CSS (the language for defining visual features)
- JavaScript (a programming language that makes things happen on the page)
What is JavaScript?
JavaScript is one of many, many programming languages, but it's a very important one - it's the main one used for basic interaction on web pages. [You have have heard of "Java", this is another important programming language, but it's completely different from JavaScript]
The first step will be to create a blank HTML page