wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Responsive Web Design Chapter 2

Total questions: 31

Worksheet time: 19mins

Name
Class
Date
1.

Maeve has created a website but is not able to include more than one blank space at a time. Even if she hits the SPACE button twice, the browser displays it as a single space. Which of the following would you suggest Maeve to use to overcome this problem?

a)

 

b)

<

c)

®

d)

nbsp;

2.

Steve is new to web development, and he has been asked to create a website with a minimum of 10 webpages for one of his high school events using Hypertext Markup Language (HTML) 5. Steve wants to insert the copyright information in the webpages for the images used in the website. Where would you recommend him to place this information?

a)

<header>...</header>

b)

<nav>...</nav>

c)

<main>...</main>

d)

<footer>...</footer>

3.

_____ appear below the header in the navigation area of a webpage.

a)

Copyright labels

b)

Ordered lists

c)

Page links

d)

Bulleted lists

4.

A _____ is located at the top of a webpage and identifies the site, often by displaying the business name or logo.

a)

footer

b)

copyright label

c)

header

d)

navigation pane

5.

The _____ area of a webpage contains the copyright and contact information.

a)

header

b)

navigation

c)

footer

d)

section

6.

The Hypertext Markup Language (HTML) elements that define the structure of a webpage must be within a(n) _____ element.

a)

div

b)

nav

c)

body

d)

img

7.

A _____ element contains hyperlinks to other webpages within a website.

a)

head

b)

title

c)

nav

d)

footer

8.

Each page can have only one _____ element because its content should be unique to each page.

a)

nav

b)

main

c)

li

d)

div

9.

A _____ ensures that the webpages in a website share a standard layout.

a)

site index

b)

template

c)

flowchart

d)

wireframe

10.

Which is a Hypertext Markup Language (HTML) structural semantic element?

a)

meta

b)

nav

c)

body

d)

title

11.

_____ are used to give instructions on how to use a template or to identify the author of a website.

a)

Comments

b)

Headings

c)

Word wraps

d)

Whitespaces

12.

When a webpage is displayed in a browser, the browser tab displays the _____.

a)

document title

b)

file location

c)

copyright information

d)

html version

13.

When _____ is enabled, a paragraph of the text is assigned a single logical line number even though it may be displayed on multiple physical lines in Notepad++.

a)

word wrap

b)

word align

c)

white-space

d)

DOCTYPE

14.

When creating a webpage template, including _____ provides additional information about how to use the sections of the webpage.

a)

headings

b)

white-spaces

c)

word wraps

d)

comments

15.

Adding _____ content to a template saves time.

a)

wavering

b)

dynamic

c)

progressive

d)

static

16.

All character entities end with _____ to signal the browser that everything in between is an entity representing a symbol.

a)

;

b)

!

c)

<<

d)

&

17.

All character entities start with _____.

a)

&

b)

;

c)

!

d)

<<

18.

_____ forces browsers to display a nonbreaking blank space.

a)

&bspn;

b)

 &nbsp;

c)

 &emsp;

d)

&mspe;

19.

The _____ is the preferred character set for several types of web programming languages, such as HTML, JavaScript, and XML.

a)

American Standard Code for Information Interchange - ASCII

b)

Unicode Transformation Format - UTF-8

c)

Extended Binary Coded Decimal Interchange Code - EBCDIC

d)

Binary Transformation Format - BTF-8

20.

The World Wide Web Consortium (W3C) recommends _____ all Hypertext Markup Language (HTML) documents and making it a part of webpage testing.

a)

validating

b)

authoring

c)

orienting

d)

repudiating

21.

A _____ for a website ensures consistency across the website, saves the user’s time, and eliminates the re-creation of repeating elements such as navigation bars.

a)

template

b)

site map

c)

report

d)

checklist

22.

Browsers add space before and after each _____ element.

a)

break

b)

paragraph

c)

navigation

d)

anchor

23.

The page links of a webpage will appear below the header in the navigation area.

a)

True

b)

False

24.

The nav element is a basic required Hypertext Markup Language (HTML) element.

a)

True

b)

False

25.

To create a webpage template, a Hypertext Markup Language (HTML) document with the HTML elements that define the webpage structure must be created.

a)

True

b)

False

26.

Using blank lines between Hypertext Markup Language (HTML) elements is a bad design practice.

a)

True

b)

False

27.

The entity name for the copyright symbol is &cprt.

a)

True

b)

False

28.

Choose 2: An entity number consists of a ____.

a)

pound sign

b)

euro sign

c)

number code

d)

dollar sign

29.

Choose 2: Which are considered to be basic required HTML elements?

a)

meta

b)

header

c)

main

d)

head

30.

Choose 2: Common content found within a webpage header includes _____.

a)

the business logo

b)

the business name

c)

business contacts information

d)

page links

31.

Organize these options into the right categories for what would go in that area of the webpage

Categorize the following

opens with a <header> tag and closes with a </header> tag

Business Name is usually placed here

Business logo is usually placed here.

Defines the navigation are a of the webpage

Opens with a <nav> tag and ends with a </nav> tag.

Includes the links to other pages within the website.

Defines the main content area of the page.

Can only have one of this area.

Defines the bottom area of the webpage

opens with a <main> tag and closes with a </main> tag

starts with a <footer> tag and ends with a </footer> tag

Usually includes copyright information, contact information, and page links.

header
nav
main
footer