Ch3 Flashcards

1
Q

A sidebar in a web page should be coded as an HTML5 ____________________ element.

A

aside

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

An <a> element provides a/an _______________________ to another web page.</a>

A

link

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

The img element that follows

<p><img></img></p>

A

displays “Murach Logo” if the image can’t be found

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

By default, the <br></br> tag

A

starts a new line of text

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

The <a> element that follows goes to a web page</a>

</a><a>JavaScript and DOM Scripting</a>

A

in a folder that is subordinate to the current page

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

The title element in the head section of an HTML document specifies the text

A

that’s displayed in the browser’s tab for the page

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

The class attribute

A

can be used by CSS to apply the same formatting to more than one HTML element

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

The img element that follows gets the image file from the images folder, which is

<p><img></img></p>

A

at the same level as the current folder

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

Which of the following should you do to provide accessibility to img elements with useful content?

A

Code an alt attribute that describes the image.

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

By default, a browser displays each _________________ element on a new line.

A

block

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

A character ___________________ is a code that can be used to display a special character like a copyright symbol in a web page.

A

entity

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

In HTML, a numbered list is referred to as a/an _______________________ list.

A

ordered

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

When the code that follows is loaded into the browser, it

<h2>About this book</h2>

A

displays “About this book” in the default h2 format

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

What character entity is created by the character?

A

a space

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

The <a> element that follows</a>

</a><a>Update</a>

A

displays “Update” as a link

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