Name:     ID: 
 
Email: 

Hour 02 ~ Create a Web Page Right Now

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

 1. 

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

 2. 

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

 3. 

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
1, 1
b
3, 3
c
2, 2
d
4, 4
 

 4. 

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

 5. 

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

 6. 

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

 7. 

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
errors, XHTML
b
text, spelling
c
bugs, HTML
d
paragraphs, XHTML
 

 8. 

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

 9. 

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

 10. 

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

 11. 

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

 12. 

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

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

 13. 

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

 14. 

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

 15. 

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

 16. 

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

 17. 

The <body> tag encloses the entire HTML document.
 

 18. 

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

 19. 

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

 20. 

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



 
         Start Over