HTML CSS 1

HTML CSS 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Inline vs. Internal CSS

Inline vs. Internal CSS

9th - 12th Grade

10 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Kuis Web #1

Kuis Web #1

11th Grade

12 Qs

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

QUIZ 1 SEM-II JACOB SMA KRISTEN BASIC BATAM 2023

10th Grade

15 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

SLO - FWPDD Test

SLO - FWPDD Test

9th - 12th Grade

15 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

HTML CSS 1

HTML CSS 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 41+ times

FREE Resource

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

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?