3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

10th Grade

26 Qs

quiz-placeholder

Similar activities

PTS TIK KELAS 8 KUMER

PTS TIK KELAS 8 KUMER

8th Grade - University

25 Qs

Tik us bagian 3

Tik us bagian 3

9th Grade - University

30 Qs

HTML Quiz

HTML Quiz

10th Grade

25 Qs

Web Design Basics Quiz

Web Design Basics Quiz

6th Grade - University

30 Qs

PTS KELAS 10  HTML Dasar

PTS KELAS 10 HTML Dasar

10th Grade

25 Qs

HTML

HTML

9th Grade - University

21 Qs

HTML and CSS Quiz

HTML and CSS Quiz

9th - 12th Grade

25 Qs

HTML and CSS Quiz

HTML and CSS Quiz

9th - 12th Grade

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