XML vs. HTML

Review Quiz

Tutorial
Home

What is
XML?

XML vs.
HTML

Writing
XML

Help
Psychologists?

Resources

1. Which of the following is an example of XML markup?

<H1>Dr. Doe's Patients</H1>
<AGE>34</AGE>
<P>John Smith<BR>
Frequent headaches and hears voices</P>

2. How does XML handle layout and format of its documents?

With special markup tags within the XML application.
By plugging the information into an HTML document.
By listing the information as simple text.
With stylesheets.

3. Which of the following is not true of XML?

Style sheets are an option.
It is a subset of SGML.
It can be used in various media.
Closing tags cannot be omitted.

4. Which of the following is not a strength shared by XML and HTML?

Portability
Simplicity
Adaptation
Linkage

5. True or False? Information delivered through an XML application will be more accessible and reusable than the same information delivered through HTML.

True
False

Writing XML


Helen's Home Page | Helen's PSY 422 Page