Intro to CSS Styling Quiz

Intro to CSS Styling Quiz

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

HTML

HTML

7th Grade - University

8 Qs

web-тайпа

web-тайпа

9th Grade

10 Qs

مسابقة نجـوم التحـدي

مسابقة نجـوم التحـدي

9th - 12th Grade

5 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

Pengetahuan Dasar HTML

Pengetahuan Dasar HTML

11th Grade

10 Qs

 Веб-сайттың құрылымы

Веб-сайттың құрылымы

9th - 12th Grade

6 Qs

HTML

HTML

12th Grade - University

10 Qs

Intro to HTML/CSS

Intro to HTML/CSS

10th Grade

4 Qs

Intro to CSS Styling Quiz

Intro to CSS Styling Quiz

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Tarra Jackson

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the main purpose of CSS?

To add images to a webpage

To make websites interactive

To control the look and style of a website

To create links to other pages

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is a correct CSS property?

link

text-color

font-size

paragraph

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Where do you place internal CSS in an HTML file?

Inside the <body> tag

Inside the <style> tag in the <head>

Inside a <css> tag

After the closing </html> tag

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What symbol is used to open and close a CSS rule?

[ ]

( )

{ }

< >

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What does the term "stylesheet" refer to in CSS?

A document full of pictures

A list of HTML tags

A set of rules that style a webpage

A page with JavaScript code