WEB DEVELOPMENT QUIZ - CSS

WEB DEVELOPMENT QUIZ - CSS

University

15 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

University

10 Qs

CSS & RWD 測驗

CSS & RWD 測驗

University - Professional Development

20 Qs

CSS Quiz-I

CSS Quiz-I

11th Grade - Professional Development

10 Qs

Competencia de las Casas Semifinales

Competencia de las Casas Semifinales

1st Grade - University

11 Qs

CSSQ

CSSQ

University

20 Qs

CSS

CSS

University

20 Qs

G1 - Dizajnimi dhe Zhvillimi i Uebit

G1 - Dizajnimi dhe Zhvillimi i Uebit

University

15 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

WEB DEVELOPMENT QUIZ - CSS

WEB DEVELOPMENT QUIZ - CSS

Assessment

Quiz

Professional Development

University

Easy

Created by

Ayomide Akinrinade

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does CSS stand for?

Computer Style Sheets

Creative Style Syntax

Cascading Style Sheets

Colorful Style Sheets

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which HTML tag is used to link an external CSS file?

<style>

<link>

<script>

<css>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

At the end of the document

<link>Inside the <body> tag

Inside the <head> section

After the <title> tag

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct CSS syntax to change the font size of an element?

font-size: 16px;

font = 16px;

text-size: 16px;

fontSize: 16px;

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the syntax p { color: red; }, what does p represent?

Property

Element

Selector

Rule

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a correct CSS declaration block?

{ color: red; font-size: 14px; }

[ color = red; font-size = 14px ]

( color: red; font-size: 14px )

{ color = red, font-size = 14px }

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS selector selects all elements with class="menu"?

#menu

.menu

*menu

menu

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?