Name: 
 

Hour 02 ~ Study Guide



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

 1. 

The <body> tag encloses the entire HTML document.
 

 2. 

A <br /> tag skips a line between paragraphs.
 

 3. 

The <hr /> tag creates a line break without including the <br /> tag.
 

 4. 

The </html> tag is the last tag on a web page and indicates that the web page is over.
 

 5. 

The <br /> tag is the second part of a line break tag.
 

 6. 

The <h3>, <h4>, and <h5> tags are frequently used by most creators of web pages.
 

 7. 

The World Wide Web Consortium, or W3C for short, offers an online validation tool you can use for page validation.
 

 8. 

Web page files can only be validated after they have been published on the web.
 

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 9. 

A _______ tag is a coded command used to indicate how part of a web page should be displayed.
a
HTTP
b
HTML
c
XML
d
All of the above
 

 10. 

Element/s and/or tag/s every web page created in this class must have is/are ___________.
a
<?xml>
b
<!DOCTYPE>
c
<html>
d
<head>
e
<title>
f
<body>
g
All of the above
 

 11. 

Most tags have two parts: _________ and _________ .
a
beginning, ending
b
start, finish
c
opening, closing
d
starting, ending
 

 12. 

Everything between the ________ tag will appear in the main display area of the web browser window.
a
<title>
b
<body>
c
<head>
d
<html>
 

 13. 

Web browsers display any text between ________ and ________ at the very top of the browser window.
a
<title>, </title>
b
<body>, </body>
c
<head>, </head>
d
<html>, </html>
 

 14. 

The <title> tag used to identify the title of a page appears within the _______ tag.
a
<title>
b
<body>
c
<head>
d
<html>
 

 15. 

When a web browser displays HTML pages, it will show at most _____ space/s between words. If you put 4 spaces between words in your code the web browser will display _____ space/s.
a
4, 4
b
3, 3
c
2, 2
d
1, 1
 

 16. 

Use the  _______ tag to skip a line between paragraphs.
a
<br />
b
<p>
c
<hr />
d
Any of the above
 

 17. 

Use the ________ tag to force a line break within a paragraph.
a
<br />
b
<p>
c
<hr />
d
Any of the above
 

 18. 

Use the ________ tag to create a horizontal rule line.
a
<br />
b
<p>
c
<hr />
d
Any of the above
 

 19. 

To make the largest and boldest heading on a web page I would use the _______ tag.
a
<h1>
b
<h2>
c
<h3>
d
<h4>
 

 20. 

Validation is the process of running your pages through a special application that searches for ________ and makes sure your pages follow the strict ________ standard.
a
bugs, HTML
b
text, spelling
c
errors, XHTML
d
paragraphs, XHTML
 



 
Check Your Work     Start Over