CSS - Day 1

CSS - Day 1

University

10 Qs

quiz-placeholder

Similar activities

Profesi Utama di Bidang Informatika

Profesi Utama di Bidang Informatika

10th Grade - University

15 Qs

Repaso Clase 18

Repaso Clase 18

University

12 Qs

eDIVE: HTML, CSS and JavaScript

eDIVE: HTML, CSS and JavaScript

University

10 Qs

1ª atividade avaliativa 3ºtri / HTML e CSS

1ª atividade avaliativa 3ºtri / HTML e CSS

11th Grade - University

14 Qs

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

10th Grade - University

13 Qs

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma A

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma A

10th Grade - University

13 Qs

HTML

HTML

12th Grade - University

10 Qs

Tin12_Kiểm tra thường xuyên sô1

Tin12_Kiểm tra thường xuyên sô1

12th Grade - University

15 Qs

CSS - Day 1

CSS - Day 1

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Chitra Muthu

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the primary purpose of CSS?

To create databases

To style and layout web pages

To define JavaScript functions

To structure web page content

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following is the correct syntax for applying a CSS rule?

selector { property: value; }

property: value { selector; }

{ selector: property value; }

selector = property: value;

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

In the CSS rule .header { color: blue; }, what is .header?

Property

Selector

Value

Tag

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the purpose of a CSS selector?

It defines a CSS property

It determines how a browser renders a webpage

It specifies which HTML elements a rule applies to

It declares JavaScript functions

5.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which symbol is used to select an ID in CSS?

. (dot)

# (hash)

: (colon)

@ (at symbol)

6.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

How can you apply a CSS rule to all <p> elements in an HTML document?

#p { color: blue; }

.p { color: blue; }

p { color: blue; }

*p { color: blue; }

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What are the three methods of including CSS in an HTML document?

Inline, External, Internal

Local, Global, Inline

ID, Class, Type

JavaScript, PHP, SQL

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?