Day - 3

Day - 3

Professional Development

10 Qs

quiz-placeholder

Similar activities

Basic CSS

Basic CSS

Professional Development

15 Qs

P82 Invention and Robotic Club 06/28

P82 Invention and Robotic Club 06/28

KG - Professional Development

10 Qs

Repaso CSS (1/3)

Repaso CSS (1/3)

Professional Development

10 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

Henry M2

Henry M2

Professional Development

10 Qs

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

Professional Development

7 Qs

Frontend Development Quiz

Frontend Development Quiz

Professional Development

10 Qs

Selector Lever Position

Selector Lever Position

Professional Development

10 Qs

Day - 3

Day - 3

Assessment

Quiz

Other

Professional Development

Medium

Created by

Mubeen Syed

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is not a method to apply css

inline

external

embedded

internal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the correct synatx for adding inline css to an HTML element

<p style = "css:color blue">hello</p>

<p color = "blue">hello</p>

<p css = "color:blue">hello</p>

<p style = "color:blue">hello</p>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

how can you group multiple selectors to apply the same style

h1,h2,p

h1 h2 p

h1 h2,p

h1:h2:p

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which selector is used to apply styles to elements with a specific id

Universal selector

Class selector

Id selector

Element selector

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the internal CSS defined in an HTML document

inside the <body> tag

inside the <head> tag

inside <script> tag

inside <footer> tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to set the background color of a section

bgcolor

color

background-color

background-image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid way to specify colors in CSS

Binary Values like "101010"

Color name like "red"

Hex values like "#ff0000"

RGB values like "rgb(225,0,0)"

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?