HTML and CSS Reference
In-Depth Information
LESSON 4
Learning the Basics of
HTML
In the first three lessons, you learned about the World Wide Web, how to
organize and plan your websites, and why you need to use HTML to cre-
ate a web page. In Lesson 3, “Introducing HTML and XHTML,” you even
created your first 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:
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: <!--...-->
n
 
Search WWH ::




Custom Search