Types of CSS Assessment

Types of CSS Assessment

9th Grade

10 Qs

quiz-placeholder

Similar activities

JS Quiz

JS Quiz

6th Grade - University

10 Qs

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

مسابقة نجـوم التحـدي

مسابقة نجـوم التحـدي

9th - 12th Grade

5 Qs

html QUIZ

html QUIZ

9th - 10th Grade

12 Qs

แบบทดสอบการสร้างการเชื่อมโยงด้วยภาษา HTML และ CSS

แบบทดสอบการสร้างการเชื่อมโยงด้วยภาษา HTML และ CSS

9th Grade

10 Qs

html-CSS 9th grade

html-CSS 9th grade

9th Grade

11 Qs

Веб-дизайн негіздері

Веб-дизайн негіздері

9th - 12th Grade

5 Qs

Quiz Webinar: Perbedaan Karir Backend dan Frontend

Quiz Webinar: Perbedaan Karir Backend dan Frontend

9th - 12th Grade

8 Qs

Types of CSS Assessment

Types of CSS Assessment

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Academic Department

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of CSS in web development?

To create the structure of a webpage

To add functionality to a webpage

To style and enhance the appearance of a webpage

To store and manage data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS has the highest priority?

External CSS

Internal CSS

Inline CSS

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to apply Inline CSS?

<p {color: blue; font-size: 16px;}>Hello</p>

<p >Hello</p>

<p style=color: blue; font-size: 16px;>Hello</p>

p { color: blue; font-size: 16px; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is Internal CSS written in an HTML document?

Inside the <body> section

Inside the <head> section inside a <style> tag

Inside the <footer> section

Inside a separate .css file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to link an external CSS file to an HTML document?

<link rel="stylesheet" href="styles.css">

<style src="styles.css"></style>

<css href="styles.css"></css>

<stylesheet>styles.css</stylesheet>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following CSS rule? h1 { color: red; font-size: 40px; text-align: center; }

The text will be green, 40px in size, and centered

The text will be red, 40px in size, and centered

The text will be blue, 40px in size, and aligned to the left

No changes will be applied

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS syntax for setting the background color of a

element to yellow?

div { background-color: yellow; }

div = background-color: yellow;

<div background-color="yellow">

background-color: yellow; div {}

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?