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

Quiz sobre HTML - Página Colégio Pato Bragado

Quiz sobre HTML - Página Colégio Pato Bragado

12th Grade

8 Qs

Benar atau Salah?

Benar atau Salah?

10th Grade

10 Qs

Dasar C++

Dasar C++

10th Grade

10 Qs

Struktur Dasar Bahasa Pemrograman C++

Struktur Dasar Bahasa Pemrograman C++

11th Grade

10 Qs

Bài 8. Làm quen với CSS

Bài 8. Làm quen với CSS

12th Grade

10 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

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