Quiz 3 WebE

Quiz 3 WebE

University

40 Qs

quiz-placeholder

Similar activities

UH Materi Ms. Word

UH Materi Ms. Word

7th Grade - University

35 Qs

Globalization and Web Development Quiz

Globalization and Web Development Quiz

University

40 Qs

Communication and Literacy Quiz

Communication and Literacy Quiz

12th Grade - University

40 Qs

Bootstrap Quiz

Bootstrap Quiz

University

35 Qs

PSAS Pemrograman Web

PSAS Pemrograman Web

11th Grade - University

40 Qs

3RD YEAR QUIZ

3RD YEAR QUIZ

University

38 Qs

CSS Form Styling Quiz

CSS Form Styling Quiz

University

45 Qs

ICT GRADE 6

ICT GRADE 6

6th Grade - University

42 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?