New Perspectives On Creating Web Pages With HTML: Tutorial 1: Developing A Basic Web Page
New Perspectives On Creating Web Pages With HTML: Tutorial 1: Developing A Basic Web Page
This figure shows the physical structure of the Internet, which uses fiber-optic cables,
satellites, phone lines, and other telecommunications media to send data back and forth.
graphic image
links
interesting fonts
This figure presents a history of the various versions of HTML that have been
released by the World Wide Web Consortium (W3C).
heading 3
bold and italic
text
<html> tag
indicates that
this file is
written in <title> tag contains
HTML the Web page title
Page content will
go between the
<head> tag
<body> tags
contains
information about
the Web page
This figure
illustrates the
general
appearance of the
six heading styles.
Your browser
might use slightly
different fonts and
sizes.
heading tags
<h1>
<h2>
<h3>
adding
paragraphs
Remember:
HTML formats
text only through
the use of tags
and ignores such
things as extra
blank spaces,
blank lines, or
tabs.
four grading
paragraphs
are not
separated
text is now
separated
into four
paragraphs
<ul> unordered
list tag
<li> list
item tag
An unordered
list is a bulleted
list.
unordered
list
This figure shows examples of how these tags can be displayed in a browser.
examples of
individual
tags
example of
combined
tags
Underline text
can sometimes be
confused with
hyperlinked text
(which is usually
underlined), and
for that reason,
use of the <u> tag
is discouraged.
If you support
users with older
browsers, you
should use a logical
tag. Otherwise, use
physical tags, which
are more common
and easier to
interpret.
Creating Web Pages with HTML, 3e 44
Prepared by: C. Hueckstaedt, Tutorial 1
The Effect of the Character TagsXP
in the Browser
text
formatted
with bold
and italic
Image file
dube.jpg
This figure shows some HTML symbols and the corresponding code numbers or names.
accented é added
to last name
horizontal line