WEB DEVELOPMENT QUIZ - CSS

WEB DEVELOPMENT QUIZ - CSS

University

15 Qs

quiz-placeholder

Similar activities

Cuestionario Tecnologías Web

Cuestionario Tecnologías Web

University

15 Qs

Les champions du HTML/CSS de Webstart

Les champions du HTML/CSS de Webstart

1st Grade - University

20 Qs

Typography Basics

Typography Basics

5th Grade - University

10 Qs

G4- Quiz

G4- Quiz

University

12 Qs

IT

IT

6th Grade - Professional Development

11 Qs

Fundamentos HTML

Fundamentos HTML

University

10 Qs

HTML & CSS

HTML & CSS

University

10 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

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

Discover more resources for Professional Development