IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

University

14 Qs

quiz-placeholder

Similar activities

HTML & CSS Quiz

HTML & CSS Quiz

11th Grade - Professional Development

18 Qs

FEWD Review

FEWD Review

University

12 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

css1

css1

University

13 Qs

Quizz de CSS

Quizz de CSS

University

15 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

Review chapter 7,and 8

Review chapter 7,and 8

University

11 Qs

Знаешь ли ты CSS?

Знаешь ли ты CSS?

University

10 Qs

IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

Assessment

Quiz

Computers

University

Medium

Created by

IOTA IIITS

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In how many ways can CSS be written in?
1
2
3
4

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What type of CSS is generally recommended for designing large web pages?
Inline
External
Internal
None of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTML tag is used to declare internal CSS?

<script>

<link>

<style>

none of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can we select an element with a specific ID in CSS?
.
#
^
none of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the below code snippet, in what order will the margins be added? ``` p { margin: 25px 50px 75px 100px; } ```
Right, Bottom, Left, Top
Left, Top, Right, Bottom
Top, Right, Bottom, Left
Bottom, Left, Top, Right

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Can negative values be allowed in margin property?
Yes
No
Depends on property

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is valid way to represent a color in CSS?
valid color name
HEX values
RGB values
All of the above

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?