20
Create Your First Web Page
2 Type <html>.
3 Press.
4 Type <head>.
1 Open your editor to a new
blank page.
Note: The examples in this
chapter use Windows Notepad,
but you can use any editor to
complete these sections. See
Chapter 1 for more information
on editors.
Create Your First Web Page
Y
ou can begin building simple Web pages in your editor of choice. Web pages use sets of HTML
tags to define their content. Although the content of each page will vary greatly, all pages
contain the same basic set of starting tags. These tags begin by telling the browser that the
document does in fact contain HTML tags, and then divide the page into two sections: a head, with
information for the browser, and a body, which contains everything the user actually sees on the
page. The head section also contains the title, which appears on the browser’s title and tab bars.