You are on page 1of 10

6/21/2019 HTML: End of Unit Final (3.

1) | Schoology

UPGRADE COURSES GROUPS

Web Design 7th: Period 1   Unit 3: Structuring Websites HTML


RESOURCES Ms. Pannell
HTML: End of Unit Final (3.1)

Questions Settings Preview Results Comments

Show instructions Questions 1-22 of 22 | Page 1 of 1

Question 1 (2 points)
What is the language for building web pages?

a SKGA
b HTML
c HTNI
d JFAE

Question 2 (4 points)
Fill in the blank:

What does HTML stand for? Write the entire word in the blank

H:    

T:    

M:    

L:    

Word Bank:

Language Lollipop Tabloid Markup Hyper Human Text Mouseketeer

Blank 1:

Blank 2:

Blank 3:

Blank 4:

Question 3 (13 points)


Match the following de nition with its vocabulary word.

Column A Column B

1. HyperText a. This allows us to create colors by specifying the amount


of Red, Green, and Blue in the color.
2. Markup Language
b. This references the website you are hyperlinking to
3. HTML Tags
c. This tells us more information about the tag
4. HTML Formating
d. This is the unit of measurement used to size images

5. HTML Attributes
e. Text displayed on a computer that has links to other
hypertext documents (hyperlinks)
6. href

https://app.schoology.com/assignment/1993997954/assessment_preview 1/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology
Column A Column B

7. src f. This speci es where to get the image from. This is the URL
for the image.
8. width and height
g. This is set in a speci c order to make it easy to read,
9. Pixels organize, and can consist of numbers, letters, and bullets.

h. Lets you annotate text to de ne how it should be


10. Copyright displayed

11. List i. This allows us to add several di erent types of styles to


our HTML.
12. Style
j. These "mark up" the text of a document in order to tell
the browser how the text should be displayed
13. RGB Color Encoding
k. This allow us to format our text on our web page to
attract consumers or followers

l. This speci es the size of the image in pixels

m. This is a form of protection. You need to cite your source


or you are plagiarizing and breaking ___ laws.

Question 4 (4 points)
 Fill in the blank with the correct voaculary word.

<h1> is an example of how an     tag should look.

</h1> is an example of how a     tag should look.

Blank 1:

Blank 2:

Question 5 (4 points)

 Match the correct tag up with its de nition.

https://app.schoology.com/assignment/1993997954/assessment_preview 2/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology

Column A Column B

1. <!DOCTYPE html> a. Everything in between these two tags is our html page.

2. <html></html> b. Contains important information about the document:


metadata - data about data. This is the title that appears
3. <head></head> on the tab of your web page.

c. This is where the actual content of the document goes


4. <body></body>
(text, images, etc). This is where most of your HTML tags
will go.

d. Tells the browser which version of HTML we are using.


Goes at the top of each page.

Question 6 (2 points)

When building your HTML page why is it important to indent?

a They mentioned this in the video?


b What does indent mean?
c Helps us see the structure of the web page
d You indent?

Question 7 (11 points)

Match the following tag with its meaning,

Column A Column B

1. <p></p> a. List item inside a List

2. <i></i> b. Unordered List - Bullets

3. <b></b> c. Bold

4. <hr> d. Horizontal Rule

5. <br> e. Break

6. <h1></h1> f. Italicize

7. <a></a> g. Paragraph of text

h. Hyperlink
8. <img>
i. Heading
9. <ul></ul>
j. Ordered List - Numbered or Alphabet
10. <li></li>
k. Image
11. <ol></ol>

Question 8 (2 points)

Using the Paragraph tags if you take out the tag the resulting web page would look like what?

Example Before: Example After:

Example: <body>

<body>           Paragraph 1

          <p>Paragraph 1</p>           Paragraph 2

https://app.schoology.com/assignment/1993997954/assessment_preview 3/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology
          <p>Paragraph 2</p> </body>

</body>

a Paragraph 2

Paragraph 1

b Paragraph 1 Paragraph 2
c Paragraph 1

Paragraph 2

Question 9 (2 points)
True or False:

When using the Headings tag the numbers represent the size of the heading. Answer the question below:

The higher the number in the heading tag means the text will get bigger.

<h1></h1>

<h2></h2>

<h3></h3>

<h4></h4>

<h5></h5>

<h6></h6>

True
False

Question 10 (2 points)
True or False:

Applying mutiple tags in one another is a term refered to as, Nesting the tags?

Example:

This is called <i><b>Nesting the tag</b></i>

True
False

Question 11 (2 points)

Attributes go inside the opening tag. As it has both a Name and a Value. Which of the following is the correct HTML code to
create a hyperlink that displays and links to google.com?

a
<a href="https://google.com">
Click Me
</a>

b
<a href="Click Me">
https://google.com
</a>

https://app.schoology.com/assignment/1993997954/assessment_preview 4/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology
c Click Me <a>https://google.com</a>

d
<a>
Click Me
</a href="https://google.com">

Question 12 (2 points)

Which of the following lines of HTML code will insert an image into a webpage?

a <img src="https://codehs.com/static/img/logo.png">

b
<img>
src="https://codehs.com/static/img/logo.png"
</img>

c <img https://codehs.com/static/img/logo.png>

Question 13 (2 points)

True or False:

As long as you cite your sources, you can put any image you find online on your website.

True
False

Question 14 (2 points)

Which of the following actions will help you avoid violation of copyright laws?

a Always cite the source of the image


b Check the copyright of the image to make sure it can be used by others without permission
c Limit your searches to public domain images
d All of the above

Question 15 (4 points)

Fill in the blank:

This is an example of an     list.

This is an example of a     list.

https://app.schoology.com/assignment/1993997954/assessment_preview 5/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology

Blank 1:

Blank 2:

Question 16 (2 points)
Given the example in the picture you are able to put list into list into list, or in other words, nesting. Looking at the picture below how would the
nal prouct look?

a
•Apples
•Cookies
•Chocolate Chip
•Peanut Butter
•Milk

b
•Apples
•Cookies
∞Chocolate Chip
∞Peanut Butter
•Milk

c
•Apples
•Cookies
1. Chocolate Chip
2. Peanut Butter
•Milk

https://app.schoology.com/assignment/1993997954/assessment_preview 6/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology

Question 17 (5 points)

Match the picture up with its tag.

Column A Column B

1.   a. <table></table>

b. <table boarder="1">

c. <td></td>

d. <th></th>

e. <tr></tr>

2.  

3.  

4.  

https://app.schoology.com/assignment/1993997954/assessment_preview 7/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology
Column A

5.  

Question 18 (2 points)

Which of the following HTML code snippets will generate the following table?

a
<table border="1">
<tr>
<th>Name</th>
<th>Score</th>
</tr>
<tr>
<td>Karel</td>
<td>32</td>
</tr>
</table>

b
<table border="1">
<tr>
<td>Name</td>
<td>Score</td>
</tr>
<tr>
<td>Karel</td>
<td>32</td>
</tr>
</table>

c
<table border="1">
<tr>
Name
Score
</tr>
<tr>
Karel
32
</tr>
</table>

d
<table border="1">
<th>Name</th>
<th>Score</th>

<td>Karel</td>
<td>32</td>
</tr>
</table>

https://app.schoology.com/assignment/1993997954/assessment_preview 8/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology

Question 19 (2 points)
What symbol do you use to separate multiple styles on one tag?

a /
b {
c ;
d ""

Question 20 (2 points)

Which of the following HTML code snippets is the proper way to set the background color of an <h1> tag to be blue?

<h1 style="blue">Hello</h1>

b
<blue>
<h1>Hello</h1>
</blue>

c <h1 style="background-color:blue;">Hello</h1>

<h1 background-color="blue">Hello</h1>

Question 21 (2 points)

All of the colors you see on a computer screen are the result of a mixture of the same three colors. What are those colors?

a red, yellow, blue


b green, orange, purple
c red, green, blue
d red, green, yellow

Question 22 (2 points)

Which of the following is a valid color in HTML?

a “blue”
b “rgb(255, 0, 0)”
c “#00FF00”
d All of the above

You are viewing this test/quiz in preview mode. Your answers will not be saved and cannot be reviewed.

Review Answers

https://app.schoology.com/assignment/1993997954/assessment_preview 9/10
6/21/2019 HTML: End of Unit Final (3.1) | Schoology

https://app.schoology.com/assignment/1993997954/assessment_preview 10/10

You might also like