What is a website?

Do you "go" to a website?

cartoon of internet

image of files being downloaded

Why do we have different types of files?

Each type of file has a certain job.

HTML (.html)

Provides the overall structure, content and "bones" of the site. You can have a website that is just HTML, but it is not that common anymore.

CSS (.css)

Provides "style" - colors, fonts, shapes, layout.

JavaScript (.js)

Provides "brains" - JavaScript is a programming language. Provides interaction and motion and sometimes helps send data back and forth to and from the server.