CSS Day-3

CSS Day-3

University

8 Qs

quiz-placeholder

Similar activities

technical drawing

technical drawing

KG - Professional Development

11 Qs

Understanding CSS Box Model and Tables

Understanding CSS Box Model and Tables

11th Grade - University

11 Qs

Draw 1 quiz M(5&6)

Draw 1 quiz M(5&6)

University

10 Qs

Typography

Typography

11th Grade - Professional Development

10 Qs

paris tech

paris tech

KG - Professional Development

10 Qs

Examen rápido 4: CSS

Examen rápido 4: CSS

University

10 Qs

Week 4/2-5 CSS3 - Font

Week 4/2-5 CSS3 - Font

University

10 Qs

Desain Grafis #01

Desain Grafis #01

1st Grade - Professional Development

10 Qs

CSS Day-3

CSS Day-3

Assessment

Quiz

Design

University

Hard

Created by

Arul P

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This font property may have different values that produce the same effect.

Font-variant

Font-weight

Font-style

Font

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which text-decoration property value creates a line above characters of text?

Overline

Blink

Underline

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to remove the underline from a link using CSS?

a {

underline: none;

}

a {

text-decoration: none;

}

link {

underline: none;

}

a {

style: none;

}

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are all the class selector?

p.selector

.selector

p > b

p, div

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Lowercase, uppercase, capitalize are examples of value for ________​ ​ ​

text-align

text-indent

text-emphasis

text-transform

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given:

border-width: 20px 30px 40px 10px;

Identify value for right border width.

20px

30px

10px

40px

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the INCORRECT value for a border-style__________

straight

dotted

dashed

groove

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

How to create the above border?

border-style: double solid dashed dotted;

border-style: solid dashed dotted double;

border-style: dotted solid dashed double;

border-top: solid;

border-right:dashed;

border-bottom:dotted;

border-left:double;

Discover more resources for Design