Day - 3

Day - 3

Professional Development

10 Qs

quiz-placeholder

Similar activities

DevOps-2 [Containers and K8s]

DevOps-2 [Containers and K8s]

Professional Development

10 Qs

HTML + CSS

HTML + CSS

12th Grade - Professional Development

10 Qs

HTML

HTML

Professional Development

15 Qs

INSUFICIENCIA CARDÍACA AGUDA

INSUFICIENCIA CARDÍACA AGUDA

Professional Development

15 Qs

CSS basics

CSS basics

Professional Development

15 Qs

´PSI TARDE

´PSI TARDE

Professional Development

11 Qs

DITA and XML

DITA and XML

Professional Development

10 Qs

GAMESHOW BẢO HIỂM

GAMESHOW BẢO HIỂM

Professional Development

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