CSS & Pair Programming

CSS & Pair Programming

7th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

ITS HTML CSS 1

ITS HTML CSS 1

9th - 12th Grade

19 Qs

HTML, CSS, & JavaScript

HTML, CSS, & JavaScript

7th - 11th Grade

17 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

HTML Lesson 4 - Using CSS to add style to a webpage

HTML Lesson 4 - Using CSS to add style to a webpage

7th - 9th Grade

20 Qs

Html

Html

10th Grade

20 Qs

Ulangan Harian 1 CSS PPL 2

Ulangan Harian 1 CSS PPL 2

9th - 12th Grade

20 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

20 Qs

CSS & Pair Programming

CSS & Pair Programming

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Created by

Melissa Rooney

Used 14+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CSS stand for?

Cascading Style Sheets

Colorful Style Sheets

Creative Style Sheets

Computer Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for referring to an external style sheet?

<style src="mystyle.css">

<stylesheet>mystyle.css</stylesheet>

<link rel="stylesheet" href="style.css">

<link href=”stylesheet.css”>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

In the <head> section

Right after <html>

At the end of the document

In the <body> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS syntax?

body:color=black;

{body:color=black;}

{body;color:black;}

body {color: black;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert a comment in a CSS file?

' this is a comment ‘

// this is a comment

// this is a comment //

/* this is a comment */

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a background color for all <h1> elements?

h1 {background-color:#FFFFFF;}

h1.all {background-color:#FFFFFF;}

all.h1 {background-color:#FFFFFF;}

<h1>{background-color:#FFFFFF;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property controls the text size?

text-style

text-size

font-style

font-size

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?