Chapter 7 and 8 Test

Chapter 7 and 8 Test

University

20 Qs

quiz-placeholder

Similar activities

Quiz Pemrog Web

Quiz Pemrog Web

University

20 Qs

Bootsrap

Bootsrap

University

15 Qs

CSS Layout

CSS Layout

University

20 Qs

FLEXBOX

FLEXBOX

University

15 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

Tkinter Multiple Choice Practice

Tkinter Multiple Choice Practice

12th Grade - University

20 Qs

Programming in Asp.Net with C#

Programming in Asp.Net with C#

University

20 Qs

IWP Digital Assignment 3

IWP Digital Assignment 3

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?