wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Project #7 - Digital Book Chapter

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Proper structural markup on a Web page is important because ____.

a)

the pages load more quickly in a browser

b)

both sighted and screen-reader users can interpret the Web page correctly

c)

they are easier to style

d)

all of these

2.

Content that is visible in a browser window appears between the opening and closing ____ tags.

a)

<head>

b)

<body>

c)

<content>

d)

<title>

3.

A ___ precedes the element name in the closing tag of a container tag.

a)

pipe character <|>

b)

back slash <\>

c)

forward slash </>

d)

caret <^>

4.

Which of the following statements is true of working in Split view?

a)

Changes in the Code pane have no effect on the content in the Design pane.

b)

Changes in the Design pane are automatically reflected in the Code pane.

c)

Changes in the Code pane are reflected in the Design pane only after saving the file.

d)

Changes in the Code pane do not affect what is visible in the Design pane.

5.

Which of the following statements is true of headings in an HTML page?

a)

Different headings can be applied to any text that you want to appear bold in the Browser window.

b)

Headings are purely visual, and have no structural importance.

c)

Each page should have only one element defined as Heading 1.

d)

You should use the Heading 1 option for any text that you want to appear very prominent in the browser window.

6.

If the text of Heading 1 appears too large, which method makes the text appear smaller but maintains the correct page structure?

a)

Switch the text to a level 2 or level 3 heading.

b)

Use Cascading Style Sheets (CSS) to style the level 1 heading text to be smaller.

c)

Select the text in the document and change the font size.

d)

You can't change it; a level 1 heading cannot be changed and still retain the proper structure.

7.

What is the default formatting of text that is tagged as a blockquote?

a)

indented on the left, white space above the block

b)

indented on both sides, no white space above or below the block

c)

indented on both sides, white space above and below the block

d)

no indents, but white space above and below the block

8.

Which HTML tag is NOT used for formatting quotation-related structures?

a)

<quote>

b)

<q>

c)

<blockquote>

d)

<cite>

9.

Which character should be used when replacing the word "to" or "through" in a sentence?

a)

Hyphen

b)

Underscore

c)

Em dash

d)

En dash

10.

Content between the opening and closing <p></p> tags ____.

a)

is structured as a partition, marking the start of a new page section

b)

defines a property of the following text

c)

is structured as a paragraph

d)

is structured as a separate page

11.

The ___ tag is used to create a forced line break without starting a new paragraph.

a)

<br>

b)

<break>

c)

</p>

d)

<newline>

12.

The term ___ refers to the appropriate heading levels in text, as defined by the content creator.

a)

cascading styles

b)

editorial priority

c)

information architecture

d)

semantic structure

13.

Which mark-up element would you use for the text "HTML"?

a)

Abbr element

b)

Cite element

c)

Definition List element

d)

HTML element

14.

A(n) ____ further defines a specific tag, such as "src" for the <img> tag.

a)

attribute

b)

container

c)

definition

d)

title

15.

Which of the following statements is true?

a)

There is no difference between <strong> and <b> elements, or between the <em> and <i> elements.

b)

The <b> and <i> elements carry structural signficance, telling screen-reader software to alter the tone of voice.

c)

The <strong> and <em> elements carry structural significance; the <b> and <i> elements are presentational only.

d)

The <strong> and <em> elements do not change the default appearance of text.

16.

Which method can be used to insert the multiplication (times) character into a document?

a)

Type an "x" in the Design pane.

b)

Select the X in the Insert Other Characters dialog box.

c)

Type the character code directly into the Code pane, with or without code hints.

d)

Copy the character from another application and paste it into the Design pane.

17.

What type of list is best used to show a sequence of numbered steps?

a)

Ordered list

b)

Unordered list

c)

Definition list

d)

Sequence list

18.

Each item in an ordered list is ___.

a)

tagged as a separate paragraph

b)

tagged with the <li> container tag

c)

entered on a separate line in the Code pane; no special tags are needed

d)

surrounded by brackets in the code, within the <ul> container tag

19.

Which tag identifies a header row in a table?

a)

<header>

b)

<td>

c)

<th>

d)

<tr>

20.

What is the purpose of the <div> tag?

a)

It divides the page into separate tables.

b)

It divides ordered lists into even columns.

c)

It inserts a division line between content on the page.

d)

It identifies and separates a specific section of a page.