Quiz on HTML, CSS -1

Quiz on HTML, CSS -1

University

10 Qs

quiz-placeholder

Similar activities

Playing Is Learning - Vocabulary

Playing Is Learning - Vocabulary

University - Professional Development

10 Qs

Color Theory

Color Theory

University

10 Qs

Abbott Library Shelf Reading

Abbott Library Shelf Reading

University

15 Qs

IMAGE

IMAGE

University

15 Qs

Kuis Flutter Pemula

Kuis Flutter Pemula

10th Grade - University

10 Qs

CSS Tổng hợp

CSS Tổng hợp

University

6 Qs

MS Word Shortcut Keys Quiz

MS Word Shortcut Keys Quiz

1st Grade - University

11 Qs

APA 7th Edition Guidelines Quiz

APA 7th Edition Guidelines Quiz

University

15 Qs

Quiz on HTML, CSS -1

Quiz on HTML, CSS -1

Assessment

Quiz

Other

University

Hard

Created by

Bhavdeep Sai

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following CSS properties is used to set the color to the underline in text decoration?

text-decoration-style

text-decoration-color

text-decoration-line

text-decoration-thickness

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can you apply Strikeout style to a text element using CSS?

text-decoration: line-though

text-decoration: line-in

text-decoration: over-text

text-decoration: underline

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can you create a box with rounded corners on the webs page-left-top corner and page-right-bottom edges?

border-radius: 10px, 0px ;

border-radius: 10px 0px ;

border-radius: 10px 10px ;

border-radius: 0px, 10px ;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is incorrect "white-space" property?

nowrap

no-warp

pre-wrap

pre-line

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct text-decoration property?

text-decoration: 2px Wavy green underline ;

text-decoration: 2px wavy green underline ;

text-decoration: 2px wavy green Underline ;

text-decoration: 2px wavy green lineThrough ;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is used to comment the text in CSS?

#Text

*/---Text-- /*

<!--Text -->

/*Text */

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is correct way to give styling?

.body {

background-color: red;

}

body {

background-color: red;

}

Body{

background-color: red;

}

#body{

background-color: red;

}

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?