Chapter 7 and 8 Test

Chapter 7 and 8 Test

University

20 Qs

quiz-placeholder

Similar activities

FLEXBOX

FLEXBOX

University

15 Qs

CSS Basic

CSS Basic

University

20 Qs

More on JavaScript

More on JavaScript

University

19 Qs

Revision on JavaScript and HTML

Revision on JavaScript and HTML

University

16 Qs

Mastering HTML and CSS Concepts

Mastering HTML and CSS Concepts

University

20 Qs

EXAMEN 1

EXAMEN 1

University

20 Qs

CSS Layout

CSS Layout

University

20 Qs

HTML CSS Basics Assessment -1

HTML CSS Basics Assessment -1

University

15 Qs

Chapter 7 and 8 Test

Chapter 7 and 8 Test

Assessment

Quiz

Computers

University

Easy

Created by

Tarase Mcgee

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following causes an element not to display?

display property set to 'none'

display property set to block

display property set to inline

display property set to 0

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following configures a hyperlink with in the same website to the named fragment "contact" located on a web page named index.html?

Code and anchor element with the href attribute set to "index.html#contact"

Code and anchor element with the href attribute set to "contact"

Code a div element with the id attribute set to "contact"

Code a div element with the href attribute set to "contact"

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following pseudo-classes is the default state for a hyperlink that has already been clicked?

:visited

:onclick

:hover

:link

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to change the location of an element slightly in relation to where it would otherwise appear on the page?

static positioning

fixed positioning

absolute positioning

relative positioning

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following properties can be used to clear a float?

overflow or float

position or clear

clear or overflow

float or clear

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an image file that contains multiple small graphics?

float

sprite

snap

thumbnail

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following configures a class called notes to float to the left?

.notes {left: float;}

.notes {float-left: 200px;}

.notes {position: float;}

.notes {float: left;}

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?