Comprog Css syntax selectors font and color properties

Comprog Css syntax selectors font and color properties

11th Grade

50 Qs

quiz-placeholder

Similar activities

Lógica de Programação - Q1

Lógica de Programação - Q1

9th - 12th Grade

47 Qs

HTML

HTML

11th Grade - University

49 Qs

web css

web css

11th Grade

50 Qs

Жанкелді ағай НТ 2 бөлім

Жанкелді ағай НТ 2 бөлім

11th Grade

51 Qs

Grade 11 Exam Questions

Grade 11 Exam Questions

11th Grade

50 Qs

Magzhan 150-200

Magzhan 150-200

11th Grade

50 Qs

Penilaian Harian Kelas 7D

Penilaian Harian Kelas 7D

7th Grade - University

50 Qs

Comprog Css syntax selectors font and color properties

Comprog Css syntax selectors font and color properties

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

edison Ungriano

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the basic syntax of a CSS rule?

selector { property: value; }

{ property: value; } selector

selector value { property; }

property: value; selector

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a way to link a CSS stylesheet to an HTML document?

Using the <link> tag in the <head> section

Embedding an internal CSS using the <style> tag

Using the <script> tag to import a CSS file

Embedding an inline CSS directly within an HTML element using the style attribute

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a CSS selector?

A keyword used to specify the value of a CSS property

A code that specifies the HTML element, class or ID to which a particular style should be applied

A declaration block that contains CSS properties and values

A rule that defines the overall layout of a web page

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a type of CSS selector?

Element selector

Class selector

ID selector

Function selector

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between an ID selector and a class selector?

ID selectors can be used multiple times on a page, while class selectors can only be used once.

ID selectors have higher specificity than class selectors.

Class selectors can be applied to one element, while ID selectors will affect all elements.

There is no difference between ID selectors and class selectors.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a declaration block?

A set of CSS rules that defines the style of an HTML element

A specific value assigned to a CSS property

A keyword that specifies the type of selector

A comment within a CSS stylesheet

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you separate multiple declarations within a declaration block?

With a comma ,

With a semicolon ;

With a colon :

with a new line character \n

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?