Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

6th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

CSS Review

CSS Review

9th - 12th Grade

12 Qs

CSS Quiz-I

CSS Quiz-I

11th Grade - Professional Development

10 Qs

HTML & CSS

HTML & CSS

11th - 12th Grade

9 Qs

Quiz 2 - HTML / CSS

Quiz 2 - HTML / CSS

10th - 12th Grade

10 Qs

Website Design

Website Design

KG - University

10 Qs

HTML & CSS

HTML & CSS

6th Grade

11 Qs

HTML/CSS Intro Quiz

HTML/CSS Intro Quiz

9th - 12th Grade

10 Qs

Review for CSS Test

Review for CSS Test

9th - 12th Grade

12 Qs

Introduction to HTML/CSS Quiz 3: Basic CSS

Introduction to HTML/CSS Quiz 3: Basic CSS

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Jerry Xiao

Used 163+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does CSS stand for?

Cool Styling for Sites

Content Style Sheet

Cascading Style Sheet

Connected Style Sheet

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What can't we do with CSS?

Style webpages

Place content on webpages

Change font styles and sizes

Change colors

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To include CSS in our HTML code we use the

<css> tag

<styling> tag

<content> tag

<style> tag

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How are colors picked in CSS

The color name or using RGB

Just the color name

Just using RGB

There are no colors in CSS

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To select by HTML tag the correct syntax is:

@h1 {

h1 {

#h1 {

.h1 {

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To select by id the correct syntax is:

@my_heading {

my_heading {

#my_heading {

.my_heading {

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To select by class the correct syntax is:

@heading {

headings {

#headings {

.headings {