Day - 3

Day - 3

Professional Development

10 Qs

quiz-placeholder

Similar activities

HTML

HTML

Professional Development

10 Qs

Frontend Development Quiz

Frontend Development Quiz

Professional Development

10 Qs

Basic CSS

Basic CSS

Professional Development

15 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

HTML, CSS, JS WH2

HTML, CSS, JS WH2

Professional Development

14 Qs

Henry M2

Henry M2

Professional Development

10 Qs

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

Professional Development

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