Name: 
 

Intro to Web Design PRACTICE Test 1



True/False
Indicate whether the sentence or statement is true or false.
 

 1. 

HTML stands for HyperText Markup Language
 

 2. 

HTML stands for Hyper Text Made-up Language
 

 3. 

XHTML stands for Xanthic Hypertext Markup Language
 

 4. 

XHTML stands for Extensible HyperText Markup Language.
 

 5. 

XHTML rules are generally more strict than HTML rules.
 

 6. 

IN XHTML, all coding needs to be in lower case, all tags must be closed and all code must be formed properly.  HTML allows for less strict coding.
 

 7. 

XHTML is the most current version of the HTML language.  There are no newer versions.
 

 8. 

The newest version of HTML, HTML 5 works in all browsers.  That is why everyone is using it.
 

 9. 

All XHTML documents need to have a doctype at the top of the code, before the opening <html> tag.
 

 10. 

All XHTML documents begin with the code <xhtml></xhtml>.
 

 11. 

In XHTML, this is the correct way to open and close the head tags: 
<head></head>
 

 12. 

In XHTML, this is the correct way to code the head and title tags:
<head>
<title>
</head></title>
 

 13. 

In XHTML, this is the correct way to code the head and title tags:
<head>
<title></tilte>
</head>
 

 14. 

In XHTML, this is the correct way to code the head and title tags:
<head/>
<title></tilte>
</head>
 

 15. 

In XHTML, this is the correct way to code an h1 heading in the body section along with a paragraph under the h1:
<body
<h1>Best Football Team Ever<h1>
<p>The Green Bay Packers</p>
</body>
 

 16. 

In XHTML, this is the correct way to code an h1 heading in the body section along with a paragraph under the h1:
<body>
<h1>Best Football Team Ever</h1>
<p>The Green Bay Packers</p>
</body>
 

 17. 

In XHTML, this is the correct way to code an h1 heading in the body section along with a paragraph under the h1:
<body>
<h1>Best Football Team Ever<h1>
<p>The Green Bay Packers<p>
</body>
 

 18. 

In XHTML, this is the correct way to code an h1 heading in the body section along with a paragraph under the h1:
<body>
<h1>Best Football Team Ever</n1>
<p>The Green Bay Packers</p>
</body>
 

 19. 

In XHTML, this is the correct way to code an h1 heading in the body section along with a paragraph under the h1:
<body>
<h1>Best Football Team Ever</h1>
<p>The Green Bay Packers</p>
</boody>
 

 20. 

In XHTML, everything in the following code is correct:
<head>
<title>How to pick the right Greek island for you</title>
</head>
<body>
<h1>How to pick the right Greek island for you</h1>
<h2>Best for beaches: Crete, Lipsi, Kefallonia, Skiathos, Mykonos</h2>
Almost every Greek isle has great beaches, but few come with a Venetian castle, like laid-back Frangokastello Beach in southern Crete.
For lapping turquoise waters, try Platys Gialos and Kambos on quiet Lipsi, and the stunning cove at Myrtos Beach in Kefallonia.
<h2>Best for history: Rhodes, Delos, Corfu, Patmos
<p>Gape at Rhodes' magnificent, walled old town, where the Knights of St John ruled from 1309-1523, and explore their quarter before visiting the 14th-century Palace of the Grand Masters. On ethereal Patmos, visit the Monastery of St John the Theologian, and see the grotto where the saint wrote the Book of Revelations.</p>
</body>
 

 21. 

In XHTML, everything in the following code is correct:
<head>
<title>How to pick the right Greek island for you</title>
</head>
<body>
<h1>How to pick the right Greek island for you</h1>
<h2>Best for beaches: Crete, Lipsi, Kefallonia, Skiathos, Mykonos</h2>
<p>Almost every Greek isle has great beaches, but few come with a Venetian castle, like laid-back Frangokastello Beach in southern Crete.
For lapping turquoise waters, try Platys Gialos and Kambos on quiet Lipsi, and the stunning cove at Myrtos Beach in Kefallonia. </p>
<h3>Best for history: Rhodes, Delos, Corfu, Patmos</h2>
<p>Gape at Rhodes' magnificent, walled old town, where the Knights of St John ruled from 1309-1523, and explore their quarter before visiting the 14th-century Palace of the Grand Masters. On ethereal Patmos, visit the Monastery of St John the Theologian, and see the grotto where the saint wrote the Book of Revelations.</p>
</body>
 

 22. 

In XHTML, everything in the following code is correct:
<head>
<title>How to pick the right Greek island for you</title>
</head>
<body>
<h1>How to pick the right Greek island for you</h1>
<h2>Best for beaches: Crete, Lipsi, Kefallonia, Skiathos, Mykonos</h2>
<p>Almost every Greek isle has great beaches, but few come with a Venetian castle, like laid-back <i>Frangokastello Beach </em>in southern Crete.
For lapping turquoise waters, try Platys Gialos and Kambos on quiet Lipsi, and the stunning cove at Myrtos Beach in Kefallonia. </p>
<h2>Best for history: Rhodes, Delos, Corfu, Patmos</h2>
<p>Gape at Rhodes' magnificent, walled old town, where the Knights of St John ruled from 1309-1523, and explore their quarter before visiting the 14th-century Palace of the Grand Masters. On ethereal Patmos, visit the Monastery of St John the Theologian, and see the grotto where the saint wrote the Book of Revelations.</p>
</body>
 

 23. 

In XHTML, everything in the following code is correct:
<head>
<title>How to pick the right Greek island for you</title>
</head>
<body>
<h1>How to pick the right Greek island for you</h1>
<h2>Best for beaches: Crete, Lipsi, Kefallonia, Skiathos, Mykonos</h2>
<p>Almost every Greek isle has great beaches, but few come with a Venetian castle, like laid-back <i>Frangokastello Beach </i>in southern Crete.

For lapping turquoise waters, try Platys Gialos and Kambos on quiet Lipsi, and the stunning cove at Myrtos Beach in Kefallonia. </p>

<h2>Best for history: Rhodes, Delos, Corfu, Patmos</h2>
<p>Gape at Rhodes' magnificent, walled old town, where the Knights of St John ruled from 1309-1523, and explore their quarter before visiting the 14th-century Palace of the Grand Masters. On ethereal Patmos, visit the Monastery of St John the Theologian, and see the grotto where the saint wrote the Book of Revelations.</p>
</body>
 

 24. 

The following is correct XHTML code for the body section:
<body>
<!--Put all your content below this line-->
<h1>Hoax sign warns Arizona drivers of panda rampage</h1>
<p>PHOENIX (Reuters) - A wave of "panda-monium" has swept through a northern Arizona city thanks to a mischievous street sign hacker who warned motorists of a "ROGUE PANDA ON RAMPAGE."</p>


</body>
 

 25. 

The following is correct XHTML code for the body section:
<body>
<!--Put all your content below this line->
<h1>Hoax sign warns Arizona drivers of panda rampage</h1>
<p>PHOENIX (Reuters) - A wave of "panda-monium" has swept through a northern Arizona city thanks to a mischievous street sign hacker who warned motorists of a "ROGUE PANDA ON RAMPAGE."</p>


</body>
 

 26. 

In XHTML, most tags open with a less-than sign, the tag name, then the greater-than sign.  They close with the less-than sign, a forward slash, the tag name, then the greater-than sign.
 

 27. 

In XHTML, there are some tags that are “self-closing” like the break tag: <br />
 

 28. 

In XHTML, there are no tags that are “self-closing.” That is, no tag can be displayed like this:
<br />
A break tag should be written as <br></br>
 

 29. 

There are different versions of HTML.
 

 30. 

When coding XHTML, all of the content on your web page, that is, everything that you want to show up in the browser window should be located between the head tags.
 



 
Check Your Work     Reset Help