Project 2: Digital Book Chapter Flashcards

0
Q

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

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

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

A

The pages load more quickly in a browser, both sighted and screen-reader users can interpret the Web page correctly, and they are easier to style.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

forward slash </>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following statements is true of working in split view.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

Use cascading style sheets (CSS) to style the level 1 heading text to be smaller.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Indented on both sides, white space above and below the block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Content between the opening and closing <p> </p> tags _____?

A

Is structured as a paragraph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

<br></br>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

Editorial Priority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Abbr element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An _____ further defines a specific tag, such as “src” for the <img></img> tag.

A

Attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The _____ and _____ elements carry structural significance, telling screen-reader software to alter the tone of voice.

A

<strong> <em></em></strong>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

Ordered list

16
Q

Each item in an ordered list is _____?

A

Tagged with the <li> container tag

17
Q

Which tag identifies a header row in a table?

A
18
Q

What is the purpose of the <div> tag?

A

It identifies and separates a specific section of a page.

19
Q

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

A

En dash