Font size
WorksheetsResponsive Web Design Chapter 2
Total questions: 31
Worksheet time: 19mins
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?
<
®
nbsp;
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?
<header>...</header>
<nav>...</nav>
<main>...</main>
<footer>...</footer>
_____ appear below the header in the navigation area of a webpage.
Copyright labels
Ordered lists
Page links
Bulleted lists
A _____ is located at the top of a webpage and identifies the site, often by displaying the business name or logo.
footer
copyright label
header
navigation pane
The _____ area of a webpage contains the copyright and contact information.
header
navigation
footer
section
The Hypertext Markup Language (HTML) elements that define the structure of a webpage must be within a(n) _____ element.
div
nav
body
img
A _____ element contains hyperlinks to other webpages within a website.
head
title
nav
footer
Each page can have only one _____ element because its content should be unique to each page.
nav
main
li
div
A _____ ensures that the webpages in a website share a standard layout.
site index
template
flowchart
wireframe
Which is a Hypertext Markup Language (HTML) structural semantic element?
meta
nav
body
title
_____ are used to give instructions on how to use a template or to identify the author of a website.
Comments
Headings
Word wraps
Whitespaces
When a webpage is displayed in a browser, the browser tab displays the _____.
document title
file location
copyright information
html version
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++.
word wrap
word align
white-space
DOCTYPE
When creating a webpage template, including _____ provides additional information about how to use the sections of the webpage.
headings
white-spaces
word wraps
comments
Adding _____ content to a template saves time.
wavering
dynamic
progressive
static
All character entities end with _____ to signal the browser that everything in between is an entity representing a symbol.
;
!
<<
&
All character entities start with _____.
&
;
!
<<
_____ forces browsers to display a nonbreaking blank space.
&bspn;
 
&mspe;
The _____ is the preferred character set for several types of web programming languages, such as HTML, JavaScript, and XML.
American Standard Code for Information Interchange - ASCII
Unicode Transformation Format - UTF-8
Extended Binary Coded Decimal Interchange Code - EBCDIC
Binary Transformation Format - BTF-8
The World Wide Web Consortium (W3C) recommends _____ all Hypertext Markup Language (HTML) documents and making it a part of webpage testing.
validating
authoring
orienting
repudiating
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.
template
site map
report
checklist
Browsers add space before and after each _____ element.
break
paragraph
navigation
anchor
The page links of a webpage will appear below the header in the navigation area.
True
False
The nav element is a basic required Hypertext Markup Language (HTML) element.
True
False
To create a webpage template, a Hypertext Markup Language (HTML) document with the HTML elements that define the webpage structure must be created.
True
False
Using blank lines between Hypertext Markup Language (HTML) elements is a bad design practice.
True
False
The entity name for the copyright symbol is &cprt.
True
False
Choose 2: An entity number consists of a ____.
pound sign
euro sign
number code
dollar sign
Choose 2: Which are considered to be basic required HTML elements?
meta
header
main
head
Choose 2: Common content found within a webpage header includes _____.
the business logo
the business name
business contacts information
page links
Organize these options into the right categories for what would go in that area of the webpage
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.
