Skip to main content

Making a Mini Website

Just a little recap:

  • HTML = structure and scaffolding
  • CSS = make things look pretty
  • JS = add functionality

And these three file types get interpreted by your browser into a website (like EM). Every single website on the internet uses these three files (exclusively)

Ok - so I think thats enough talking for you guys. Lets build something!