day4 quiz1

day4 quiz1

Professional Development

5 Qs

quiz-placeholder

Similar activities

Test de HTML y CSS

Test de HTML y CSS

Professional Development

10 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

02 CSS Einführung

02 CSS Einführung

Professional Development

10 Qs

Diseño Web - Evidencia de Conocimiento

Diseño Web - Evidencia de Conocimiento

Professional Development

10 Qs

Pre-Test

Pre-Test

Professional Development

10 Qs

HTML-CSS - Fundamentos

HTML-CSS - Fundamentos

Professional Development

10 Qs

React-Estilos

React-Estilos

Professional Development

9 Qs

background

background

3rd Grade - Professional Development

7 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