Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

12th Grade

20 Qs

quiz-placeholder

Similar activities

DESARROLLA APLICACIONES WEB PARCIAL 2

DESARROLLA APLICACIONES WEB PARCIAL 2

12th Grade

20 Qs

HTML & CSS

HTML & CSS

12th Grade

25 Qs

Zona de Evaluación: Activa tu Conocimiento

Zona de Evaluación: Activa tu Conocimiento

11th Grade - University

15 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

EOY Microsoft Word Review Part 4

EOY Microsoft Word Review Part 4

9th - 12th Grade

20 Qs

Q3 - WebDez_CertPrep

Q3 - WebDez_CertPrep

9th - 12th Grade

25 Qs

Web Development Tutorial 3 Quiz Review B

Web Development Tutorial 3 Quiz Review B

9th - 12th Grade

20 Qs

M104 - Programmation Web Statique (Q2)

M104 - Programmation Web Statique (Q2)

1st - 12th Grade

20 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?