Quiz 3 WebE

Quiz 3 WebE

University

40 Qs

quiz-placeholder

Similar activities

Aprendizaje sobre Aplicaciones Web

Aprendizaje sobre Aplicaciones Web

University

40 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

42 Qs

Inclusive Design and Usability Quiz

Inclusive Design and Usability Quiz

University

42 Qs

CYB125 - Ch1

CYB125 - Ch1

University

41 Qs

PF117

PF117

University

35 Qs

Long Quiz (WS101)

Long Quiz (WS101)

University

35 Qs

SPECIAL EXAMINATION - TM104

SPECIAL EXAMINATION - TM104

University

35 Qs

список python

список python

11th Grade - University

40 Qs

Quiz 3 WebE

Quiz 3 WebE

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Cương Kim

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a CSS animation that repeats indefinitely?
animation-iteration-count: infinite;
animation-repeat: infinite;
animation-loop: true;
animation-iteration: infinite;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to control the spacing between lines of text?
text-spacing
line-height
letter-spacing
spacing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select an element with the ID "example"?
@example
.example
$example
#example

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS, what is the default value of the position property?
absolute
static
fixed
relative

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to create rounded corners?
round-corner
border-radius
corner-radius
border-round

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create transition effects using CSS3?
alpha-effect: transition (width,2s);
transition-duration: 2s; transition-effect: width;
transition: width 2s;
None of all above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a text bold in CSS?
font-bold: true
text-style: bold
bold: true
font-weight: bold

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?