wp_css

wp_css

University

20 Qs

quiz-placeholder

Similar activities

Session5

Session5

University

20 Qs

Java basic

Java basic

University

21 Qs

Biofuels: A Sustainable Energy Source

Biofuels: A Sustainable Energy Source

10th Grade - University

20 Qs

Stress, Strain & Young's Modulus

Stress, Strain & Young's Modulus

University

15 Qs

AVINYA 2K25

AVINYA 2K25

University

19 Qs

css exam

css exam

University

25 Qs

PodiumRound

PodiumRound

University

25 Qs

Session6

Session6

University

20 Qs

wp_css

wp_css

Assessment

Quiz

Engineering

University

Medium

Created by

Prashanthi Prashanthi

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CSS?

CSS is a style sheet language

CSS is the language used to style the HTML documents

CSS is designed to separate the presentation and content, including layout, colors, and fonts

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for referring the external style sheet?

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

  1. <stylesheet> example.css </stylesheet>

  1. <style src = "example.css" >

  1. <style src = example.css>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

  1. p {background-color : yellow;}

  1. p {background-color : #yellow;}

  1. all {background-color : yellow;}

  1. all p {background-color : #yellow;}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS property used to make the text bold is -

  1. style: bold

  1. font: bold

  1. weight: bold

  1. font-weight : bold

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of CSS is the following code snippet?

<h1 style="color:blue;">A Blue Heading</h1>

Inline

Internal

External

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


How can we select an element with a specific ID in CSS?

#

.

^

>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we write comments in CSS?


/* */

//

#

All of the above

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?