day4 quiz1

day4 quiz1

Professional Development

5 Qs

quiz-placeholder

Similar activities

UPRIT Fundamentos de CSS3

UPRIT Fundamentos de CSS3

Professional Development

10 Qs

ND01: Quiz on Online Learning Platforms

ND01: Quiz on Online Learning Platforms

Professional Development

10 Qs

Web Development Quiz

Web Development Quiz

Professional Development

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

🇮🇩 CSS I

🇮🇩 CSS I

Professional Development

3 Qs

FSW - Web Layout and Responsive Design

FSW - Web Layout and Responsive Design

Professional Development

8 Qs

DevCoach #104

DevCoach #104

Professional Development

5 Qs

HTML

HTML

8th Grade - Professional Development

10 Qs

day4 quiz1

day4 quiz1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Shiva Kota

Used 19+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS is used in the below code?

<p style = "border:2px solid red;">

Inline CSS

Internal CSS

External CSS

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property is used in CSS to change the background color?

bgcolor:

background-color:

color:

back-color:

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

In the <head> section

At the top of the document

in the <body> section

At the end of the document

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we want define style for an unique element, then which css selector will we use ?

id

class

element

group

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS how to select the elements with the class name "example"?

example

#example

.example

Class example