3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

10th Grade

26 Qs

quiz-placeholder

Similar activities

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade - University

25 Qs

TVL-12 ONLINE QUIZ M1

TVL-12 ONLINE QUIZ M1

9th - 12th Grade

25 Qs

PTS Kls 10 Smt Ganjil

PTS Kls 10 Smt Ganjil

10th Grade - University

25 Qs

Introduction to MS - Excel

Introduction to MS - Excel

9th Grade - University

25 Qs

Quiz Microsoft Word

Quiz Microsoft Word

10th Grade - University

27 Qs

Soal Pilihan Ganda: Bahasa HTML Kelas 10 Semester 1

Soal Pilihan Ganda: Bahasa HTML Kelas 10 Semester 1

10th Grade

30 Qs

LATIHAN SOAL TENTANG CANVA

LATIHAN SOAL TENTANG CANVA

8th Grade - University

25 Qs

Algoritma, Flowchart, Pseudocode

Algoritma, Flowchart, Pseudocode

9th - 12th Grade

25 Qs

3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Hard

Created by

SANCHA ENAJE

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?