3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

10th Grade

26 Qs

quiz-placeholder

Similar activities

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

CSS and HTML Fundamentals Assessment

CSS and HTML Fundamentals Assessment

10th Grade

21 Qs

CODING X LKN

CODING X LKN

10th Grade

30 Qs

แบบทดสอบ AI

แบบทดสอบ AI

9th - 12th Grade

30 Qs

python101

python101

9th - 12th Grade

27 Qs

Y9 Python Review

Y9 Python Review

9th Grade - University

30 Qs

INFORMATIKA - X

INFORMATIKA - X

10th Grade

30 Qs

UH - Akhir Bab 1 - BK

UH - Akhir Bab 1 - BK

10th Grade

21 Qs

3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

SANCHA ENAJE

Used 11+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct CSS syntax to change the background color of a paragraph?

{background-color: red;}

p {background-color: red;}

p: background-color = red;

p[background-color: red]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you include an external CSS file in an HTML document?

<style src="styles.css">

<css href="styles.css">

<link rel="stylesheet" type="text/css" href="styles.css">

<script src="styles.css">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to apply a class selector in CSS?

.classname

#classname

classname

classname()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to make all <h1> elements bold using CSS?

h1 {font-weight: bold;}

h1: bold;

h1 {text-style: bold;}

h1 {font-bold: true;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used to change the text color in CSS?

color

text-color

font-color

text-style

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with the ID header in CSS?

header

.header

#header

@header

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the * (asterisk) selector do in CSS?

Selects all elements on the page

Selects all child elements of the parent

Selects all elements with a specific class

Selects only the body element

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?