ptg16476052
LESSON 4
Learning the Basics of
HTML
Over the first three lessons, you learned about the World Wide Web, how
to prepare to build websites, and why you need to use HTML to create a
web page. In Lesson 3, “Introducing HTML and CSS,” you even created
your first very simple web page. In this lesson, you learn about each of
the basic HTML tags in more depth, and begin writing web pages with
headings, paragraphs, and several different types of lists. We focus on
the following topics and HTML tags:
n Tags for overall page structure: <html>, <head>, and <body>
n Tags for titles, headings, and paragraphs: <title>, <h1> through
<h6>, and <p>
n Tags for comments: <!--...-->