What is website?
A website is a folder full of files on a computer
A website can be on your computer, but usually its on a computer that’s always on called a server
A server’s location on the internet is represented by 4 numbers called an ip address
Because its hard to remember that many numbers, a service called DNS lets you type in google.com and turn it into the address for the server with that page
You don’t need to understand this to make websites, but it’s nice to know. Let’s get back to the files.
The main file that makes a website, and the only one you need is an html file, usually called index.html. This file is written in the language HTML.
What is HTML?
HTML is a ‘markup’ aka drawing language that tells your web browser what to show visually. Kind of like how PostScript tells your printer what to print
Let’s write some HTML