Search Header Logo

HTML CSS 1

Authored by Preston Rowland

Computers

9th - 12th Grade

Used 41+ times

HTML CSS 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct internal CSS to set the background color of the document (body) to yellow.

<head>

<style>

body {background-color :yellow;}

</style>

</head>

<head>

body= "bg color:yellow;"

</head>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use CSS to set the font of the document to "courier".

<head>

font-type {Courier}

</head>

<style>

body {font-family:courier;}

</style>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use CSS to set the text color of the document to red.

<style>

body {color:red;}

</style>

<style>

text {"color=red"}

</style>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use CSS to make a yellow, 1 pixel thick, border around all paragraphs.

body {border-color=yellow}

p {border:1px solid yellow;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the HTML style attribute for inline styling.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the HTML <style> element to define external CSS

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use the HTML <link> element to refer to an external CSS file.

True

False

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?