You are on page 1of 17

5/21/2018 Web Design - Final Exam | Schoology

This test has been printed. If you edit the test or associated rubrics it will invalidate the previously printed tests. X

Fake Course for DES Demo: Section 1   Tests/Quizzes


Web Design ‑ Final Exam Submissions Enabled

Questions Settings Preview Results Comments

Add Question Options 100 questions · 100 pts

1 Which element is used to create a numbered list?


Multiple Choice ‑ 1 point

2 What does the ol in the <ol> element stand for?


Multiple Choice ‑ 1 point

3 What does the <ul> element create?


Multiple Choice ‑ 1 point

4 Which of the following is a correctly nested list?


               (A)                                            (B)                                              (C)
 

Multiple Choice ‑ 1 point

5 What does the li in the <li> element stand for?


Multiple Choice ‑ 1 point

6 What is the name used when one list sits inside another?
Multiple Choice ‑ 1 point

7 A definition list creates a list of terms and their meanings.  Which element is used
to hold the term?
Multiple Choice ‑ 1 point

8 Which of the following is the correct way to specify a square box?


Multiple Choice ‑ 1 point

9 There are three paragraphs on top of each other the use the rule: p{margin:10px;}. 
How much vertical space is between the paragraphs?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 1/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

10 Look at the diagram.  Which letter correspondes to the margin?


 

Multiple Choice ‑ 1 point

11 Which of the following rules makes the content of a set of <li> elements sit next to
each other?
Multiple Choice ‑ 1 point

12 Look at the diagram.  Which letter corresponds to the padding?


 

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 2/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

13 To create rounded corners in CSS3 which property do you use?


Multiple Choice ‑ 1 point

14 What CSS rule allows you to link to typefaces that are not installed on the users
computer?
Multiple Choice ‑ 1 point

15 Your first choice of typeface is Georgia, then Times, then the default serif font. 
Which of these values is correct?
Multiple Choice ‑ 1 point

16 Which of these is not a valid way of expressing type size?


Multiple Choice ‑ 1 point

17 Which of these properties is used to specify that text should appear in italic?
Multiple Choice ‑ 1 point

18 To make text uppercase using CSS which one of these declarations would you use?
Multiple Choice ‑ 1 point

19 Which CSS pseudo‑class is used to set a different style for links that a user has
clicked on?
Multiple Choice ‑ 1 point

20 Which CSS pseudo‑class can change the style of an element when a user hovers
over it?
Multiple Choice ‑ 1 point

21 Which of these attribute selectors specifies an element that carries a class attribute
whose value is box?
Multiple Choice ‑ 1 point

22 Which of these is not a valid way to specify a color?


Multiple Choice ‑ 1 point

23 Which is the correct way to specify the color of a paragrah of text?


Multiple Choice ‑ 1 point

24 Which property allows you to specify the background color of an element?


Multiple Choice ‑ 1 point

25 In this CSS, what color will the h1 headings appear?


h1,h2,h3{color:red;}
h1{color:black;}
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 3/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

26 When a color is specified like this: #66cdaa what is it referred to as?


Multiple Choice ‑ 1 point

27 RGB colors contain values between 0 and 255.  What is the value of blue in this
color:
rgb{102,105,170}?
Multiple Choice ‑ 1 point

28 Which part of this CSS rule is the selector?


 

Multiple Choice ‑ 1 point

29 Which part of this CSS rule shows the declaration?


 

Multiple Choice ‑ 1 point

30 A selector can indicate that a CSS rule applies to multiple elements.  Which of these
shows how this is done?
Multiple Choice ‑ 1 point

31 if you want to have more than one declaration in a CSS rule, what character
separates them?
Multiple Choice ‑ 1 point

32 In an HTML file, which element do you use to link to an external style sheet?
Multiple Choice ‑ 1 point

33 Which selector applies a rule to all elements?


Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 4/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

34 Which selector indicates this element?


<a id="top">Top</a>
Multiple Choice ‑ 1 point

35 Which selector applies to all links that are inside a <div> element?
Multiple Choice ‑ 1 point

36 Which selector only applies to <p> elements that follow an <h1> element?
Multiple Choice ‑ 1 point

37 Which of the following rules hides the content of a box, but leaves space for the
area it would take up?
Multiple Choice ‑ 1 point

38 Which attribute is used to indicate the page a link should go to?


Multiple Choice ‑ 1 point

39 What do the letters URL stand for?


Multiple Choice ‑ 1 point

40 When a link does not contain a domain name (just a path to another file on the
same website) what is it called?
Multiple Choice ‑ 1 point

41 Which of the following is the correct relative path from the homepage to the news
page:
 

https://app.schoology.com/assignment/1583437941/assessment_questions 5/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 6/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

42 Relative URLs use the same terminiology as family trees.  Which one of the
following is true about fruit.html?
 

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 7/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

43 What is the correct URL when linking from seeds.html to the homepage?
 

Multiple Choice ‑ 1 point

44 What is the correct syntax for sending an email to Ivy?


<a href="________">Ivy</a>
Multiple Choice ‑ 1 point

45 Which link takes you to this heading at the top of the page?
<h1 id="top">Hello</h1>
Multiple Choice ‑ 1 point

46 How many levels of heading are there in HTML?


Multiple Choice ‑ 1 point

47 Which element is used to create the superscript "th" on the date 4th September?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 8/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

48 If 5 spaces are left between two words, how many will appear in the web browser?
<p>I love       code.</p>
Multiple Choice ‑ 1 point

49 What element is used to create a line break in the middle of a paragraph?


Multiple Choice ‑ 1 point

50 Which element emphasises the word "please" in this sentence?  Please donate.
Multiple Choice ‑ 1 point

51 Which element indicates that a paragraph of text is a quote from another source?
Multiple Choice ‑ 1 point

52 Which tag would you use to reference a piece of work (such as a book or a film)?
Multiple Choice ‑ 1 point

53 Which element is used to strikethrough text?


Tickets available!
Multiple Choice ‑ 1 point

54 What does HTML describe?


Multiple Choice ‑ 1 point

55 Tags use characters that sit inside...


Multiple Choice ‑ 1 point

56 Is this an opening tag or a closing tag? </p>


Multiple Choice ‑ 1 point

57 What is another term used to describe tags?


Multiple Choice ‑ 1 point

58 What do attributes tell us?


Multiple Choice ‑ 1 point

59 Which two parts make up an attribute?


Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 9/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

60 Which of these appears inside the <title> element?


 

Multiple Choice ‑ 1 point

61 Which HTML5 element is shown by point A in this diagram?


 

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 10/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

62 Which HTML5 element is shown by point C in this diagram?


 

Multiple Choice ‑ 1 point

63 If a page contains several stories, or blog posts, which HTML5 element would you
use to hold each story?
Multiple Choice ‑ 1 point

64 Which of the following values will create a numbered list like this: i. ii. iii.
Multiple Choice ‑ 1 point

65 The list‑style‑type property changes the style of bullet points.   Which of these
creates this style bullet? 
 

Multiple Choice ‑ 1 point

66 To use an image for a custom bullet point style, which rule would you use?
Multiple Choice ‑ 1 point

67 Which of these rules would create a bold, left‑aligned table heading?


Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 11/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

68 If you do not want borders to appear on table cells that have no content, which of
these rules would you use?
Multiple Choice ‑ 1 point

69 When the borders of two table cells touch, which rule prevents you from getting
double‑width lines?
Multiple Choice ‑ 1 point

70 If you want to change the cursor style to a hand when a user hovers over a link,
which rule would you use?
Multiple Choice ‑ 1 point

71 What can you use to keep an element in the same spot in a browser window, even if
the user scrolls down?
Multiple Choice ‑ 1 point

72 When elements overlap, which property indicates the element that should appear
above or below the others?
Multiple Choice ‑ 1 point

73 When using the float property, which other property are you most likely to need?
Multiple Choice ‑ 1 point

74 If you have floated elements sitting next to each other, what can be used to ensure
a box starts on a new line?
Multiple Choice ‑ 1 point

75 Which of the following rules would center a paragraph on the page?


Multiple Choice ‑ 1 point

76 Which unit of measurement would you use to create a liquid layout?


Multiple Choice ‑ 1 point

77 The rule div{float:right;width:300px;} applies to the following code.  Which of the


options below indicates the correct layout if the page is 900 pixels wide?
 

Multiple Choice ‑ 1 point

78 Which two properties do you need to use to specify the dimensions of an image?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 12/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

79 What is the correct use of the margin property on an image to center it in its
containing block?
Multiple Choice ‑ 1 point

80 Which element would you use in a selector if you want a background image to cover
the entire page?
Multiple Choice ‑ 1 point

81 Which property do you use to make a background image tile along the top of a
page?
Multiple Choice ‑ 1 point

82 In CSS3, you can supply multiple background images using the following syntax. 
Which of these background images would be shown in front/on the top?
body {
     background:
     url("background‑a.png"),
     url("background‑b.png"),
     url("background‑c.png");
}
Multiple Choice ‑ 1 point

83 What value do you use to position a background image in the top of the page in the
middle?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 13/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

84 Here you can see an image sprite.  The image at the top is used for the default
state, and the image underneath is used when the user hovers over the button. 
Which of the following would be used to move the image sprite up on hover?
 

Multiple Choice ‑ 1 point

85 Tables are made up of cells or boxes.  How are they drawn out?
Multiple Choice ‑ 1 point

86 Which element is used to create a heading for a table row or column?


Multiple Choice ‑ 1 point

87 What is the correct markup to make a table cell extent the width of two columns?
Multiple Choice ‑ 1 point

88 Which of the following shows the correct syntax for a row containing three
columns?
 

Multiple Choice ‑ 1 point

89 On a long table, which element can you use to contain the heading rows?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 14/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

90 What is the correct way to indicate an empty table heading?


Multiple Choice ‑ 1 point

91 What element is used to add images to a web page?


Multiple Choice ‑ 1 point

92 What information does alt provide on the <img> tag?


Multiple Choice ‑ 1 point

93 What unit of measurement is used for the height and width attributes?
Multiple Choice ‑ 1 point

94 What format would you save this image in?


 

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 15/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

95 Which format would you save this image in?


 

Multiple Choice ‑ 1 point

96 Which format would you save an image with rounded corners and a transparent
background in?
Multiple Choice ‑ 1 point

97 Why is it important to save images the same size as they are shown on the page?
Multiple Choice ‑ 1 point

98 Which of the following is a comment in HTML?


Multiple Choice ‑ 1 point

99 Which element in the code below is an inline element?

Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 16/17
5/21/2018 Web Design - Final Exam | Schoology
Add Question Options

100 To create an HTML5 email input, what value should the type attribute have?
Multiple Choice ‑ 1 point

https://app.schoology.com/assignment/1583437941/assessment_questions 17/17

You might also like