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
Even though most web pages look different from one another, every web page follows a common HTML structure.
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
Each webpage you create should instruct
the browser the version of HTML you're
0:00
using, provide general information about
the page like the title for example.
0:00
And define where to display the visible
content of the page like images,
0:04
text and links.
0:08
You can code along with me by
clicking the Launch Workspace button
0:10
next to the video.
0:13
This will bring up the text editor we're
going to use to build our simple website
0:14
using HTML.
0:17
For now you should only see three
image files with a .jpg extension, and
0:18
you'll learn more about these image files
later when we add images to our page.
0:22
Before we write any code,
we'll need to create an HTML file.
0:26
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