day3 quiz 2

day3 quiz 2

Professional Development

5 Qs

quiz-placeholder

Similar activities

background

background

3rd Grade - Professional Development

7 Qs

FrontEnd: Primeiros Passos

FrontEnd: Primeiros Passos

Professional Development

10 Qs

HTML-CSS - Fundamentos

HTML-CSS - Fundamentos

Professional Development

10 Qs

Semangat Belajar

Semangat Belajar

Professional Development

10 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

10 Qs

css2_Background

css2_Background

Professional Development

9 Qs

html, css quiz

html, css quiz

6th Grade - Professional Development

10 Qs

day3 quiz 2

day3 quiz 2

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 CSS selector will we use if we want to define the style for a unique element?

id

text

class

name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used in <HEAD> section on a HTML page, if we want to use an external style sheet file to decorate the page?

<src>

<link>

<style>

<css>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which CSS property is used to control the text size of an element?

font-style

text-size

font-size

text-style

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

bgcolor

background-color

color

back-color

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How will you make all paragraph elements 'RED' in color?

p.all{color:red;}

p.all{color:#990000;}

all.p{color:red}

p{color:red;}