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

Code.org ~ HTML & CSS Basics

Code.org ~ HTML & CSS Basics

6th - 8th Grade

10 Qs

HTML & CSS

HTML & CSS

6th Grade

11 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

KUIS CSS

KUIS CSS

8th Grade

10 Qs

HTML/CSS

HTML/CSS

11th Grade

10 Qs

HTML + CSS

HTML + CSS

KG - Professional Development

10 Qs

HTML

HTML

6th Grade

11 Qs

Website Design

Website Design

KG - University

10 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 {