css properties

css properties

University

9 Qs

quiz-placeholder

Similar activities

Css

Css

University

10 Qs

HTML CSS

HTML CSS

University

8 Qs

HTML/CSS 1

HTML/CSS 1

University

5 Qs

Fundamentos de HTML y CSS

Fundamentos de HTML y CSS

12th Grade - University

8 Qs

CSS Quiz-I

CSS Quiz-I

11th Grade - Professional Development

10 Qs

Programación Web II Parte 2

Programación Web II Parte 2

University

10 Qs

CSS Quiz | For Professionals

CSS Quiz | For Professionals

1st Grade - University

10 Qs

IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

University

14 Qs

css properties

css properties

Assessment

Quiz

Computers

University

Medium

Created by

Karthika Ravichandran

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Remembering: Which property is used to specify the space between an element's border and content?
width
margin
padding
border

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image
Remembering: Which CSS property is used to set the size of the text content?
font-size
font-weight
font-color
font-family

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image
Remembering: Which CSS property is used to specify the distance between lines of text?
text-align
line-height
text-wrap
text-overflow

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image
Understanding: How does the box model work in CSS?
It separates an element's content from its margin.
It separates an element's padding from its content.
It separates an element's border from its margin.
It separates an element's margin from its border.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Understanding: What is the purpose of the margin property in CSS?
It adds space outside of an element's border.
It adds space inside of an element's border.
It specifies the size of an element's border.
It specifies the size of an element's content.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Understanding: How does the padding property affect an element in CSS?
It adds space between an element's content and its border.
It adds space outside of an element's border.
It specifies the size of an element's border.
It specifies the size of an element's content.

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Applying: How can you add a border to an HTML element using CSS?
border: 1px solid black;
padding: 1px solid black;
margin: 1px solid black;
height: 1px solid black;

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Applying: How can you animate an HTML element using CSS?
by using the animation property
by using the border property
by using the margin property
by using the padding property

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Applying: How can you change the color of the text in an HTML element using CSS?
color: red;
background-color: red;
border-color: red;
margin-color: red;