HTML and CSS Reference
In-Depth Information
CHAPTER SUMMARY
This chapter provided an introduction to XHTML. It began with an introduction to HTML, discussed the
transition to XHTML, continued with the anatomy of a Web page, introduced inline- and block-level format-
ting, and demonstrated coding anchor elements to link Web pages. If you worked along with the samples in
the chapter, you should be ready to create some Web pages on your own. The Hands-On Exercises and Web
Case Studies that follow will provide some practice.
Visit the textbook Web site at http://www.webdevfoundations.net for the links listed in this chapter and for
updated information.
Key Terms
©
 
<a>
<blockquote>
<body>
<br />
<dd>
<dl>
<dt>
<em>
<font>
<h1>
<h6>
<head>
<html>
<li>
<meta />
<ol>
<p>
<strong>
<title>
<ul>
absolute link
anchor element
attribute
block-level element
body
character encoding
definition list
deprecated
DOCTYPE
document type definition (DTD)
element
e-mail link
eXtensible HyperText Markup
Language (XHTML)
head
header
headings
href attribute
hyperlink
Hypertext Markup Language
(HTML)
inline-level element
left alignment
logical style element
ordered list
paragraph element
physical style element
relative link
special characters
tag
unordered list
well-formed document
XHTML 1.0 Frameset
XHTML 1.0 Strict
XHTML 1.0 Transitional
XHTML validation
XML (eXtensible Markup
Language)
XML namespace (xmlns)
Review Questions
Multiple Choice
1. Which tag pair contains text that is indented
from both the left and right margins?
a. <ul> </ul>
b. <blockquote> </blockquote>
c. <p> </p>
d. <strong> </strong>
2. Which tag pair is used to create the largest
heading?
a. <h1> </h1>
b. <h9> </h9>
c. <h type="largest"> </h>
d. <h6> </h6>
56
 
Search WWH ::




Custom Search