Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed HTML Basics!
You have completed HTML Basics!
Preview
HTML is understood by all browsers, from browsers on phones to tablets to desktop computers. That's why every website and web app you use is made using HTML -- it's the language of the web!
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
A typical webpage is made up of three
separate layers that work together to
0:00
deliver an experience to the user.
0:00
There's a content layer, or
the information you see on the page,
0:02
a presentation layer that handles
how that information looks, and
0:06
a behavior layer that lets
users interact with that page.
0:10
CSS or Cascading Style Sheets,
provides the presentation layer and
0:13
creates the visual style of webpages,
using colors, typography, layout and more.
0:18
The behavior layer is
handled by JavaScript,
0:24
to add interactivity to the page.
0:26
For example, popping up a larger image
when a user clicks a small image.
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up