Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

12th Grade

20 Qs

quiz-placeholder

Similar activities

Q1 - POST TEST KK2

Q1 - POST TEST KK2

12th Grade

20 Qs

Lesson 5: Understanding CSS Essentials: Layouts

Lesson 5: Understanding CSS Essentials: Layouts

12th Grade

20 Qs

QUIZ DIGITAL

QUIZ DIGITAL

9th - 12th Grade

17 Qs

Web Development Tutorial 3 Quiz Review B

Web Development Tutorial 3 Quiz Review B

9th - 12th Grade

20 Qs

Lesson 7: Managing the Graphical Interface by Using CSS

Lesson 7: Managing the Graphical Interface by Using CSS

12th Grade

20 Qs

Zona de Evaluación: Activa tu Conocimiento

Zona de Evaluación: Activa tu Conocimiento

11th Grade - University

15 Qs

Lesson 6: Managing Text Flow by Using CSS

Lesson 6: Managing Text Flow by Using CSS

12th Grade

20 Qs

1ª atividade avaliativa HTML e CSS/Matemática II/2ª A

1ª atividade avaliativa HTML e CSS/Matemática II/2ª A

12th Grade

15 Qs

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Assessment

Quiz

Instructional Technology

12th Grade

Medium

Created by

Tarsha Smith

Used 83+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is most related to CSS?

presentation

content

validation

scripting

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What can you accomplish with CSS? (Choose all that apply.)

create rounded borders on boxes

add shadows to boxes and text

change the content of text

use multiple images in a background

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Notepad, textwrangler, and Microsoft Visual Studio are examples of ______.

IDEs

drawing programs

editors

validation programs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want your HTML document to reference styles in a file named default.css. Which markup do you use in your HTML document?

<link css = "default.css" rel = "stylesheet" type = "text/css">

<link href = "default.css" rel = "stylesheet" type = "text/css">

<link href = "default.css" rel = "css" type = "text/css">

<link href = "defaut.css" rel = "stylesheet" type = "text/css">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which section of an HTML file does the <link> tag for an external CSS file appear?

doctype declaration

<head>

<body>

none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following markup, what is the #slogan construct called?

p {color: brown;}

#slogan {

font-size:20px;

color: green;

font-style: italic;

}

property

value

declaration

ID selector

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS codes do you use to mark text as a comment?

/* text */

/# text #/

<!-- text -->

<* text *>

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?