Search Header Logo

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Authored by Tarsha Smith

Instructional Technology

12th Grade

Used 83+ times

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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 *>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?