3RDQTR QUIZ NO.2

3RDQTR QUIZ NO.2

10th Grade

26 Qs

quiz-placeholder

Similar activities

HTML Table Tags and Attributes Quiz

HTML Table Tags and Attributes Quiz

10th Grade

27 Qs

Quiz G10

Quiz G10

10th Grade

30 Qs

Вопросы по HTML

Вопросы по HTML

10th Grade

30 Qs

CSS Font Property Quizziz

CSS Font Property Quizziz

6th Grade - University

25 Qs

Av1 - Revisão (parte nota 1)sobre HTML e CSS

Av1 - Revisão (parte nota 1)sobre HTML e CSS

2nd Grade - University

25 Qs

HTML Semàntic i CSS

HTML Semàntic i CSS

10th Grade

22 Qs

Módulo 7 - HTML e CSS

Módulo 7 - HTML e CSS

7th Grade - University

25 Qs

HTML Attempt 2 Review

HTML Attempt 2 Review

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?