IOTA : Web Development Bootcamp Quiz 2

IOTA : Web Development Bootcamp Quiz 2

University

14 Qs

quiz-placeholder

Similar activities

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

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

University

10 Qs

FSWD_CSS_1

FSWD_CSS_1

University

15 Qs

Examen de Curso de CSS

Examen de Curso de CSS

University

12 Qs

Pemrograman Web dan Perangkat Bergerak

Pemrograman Web dan Perangkat Bergerak

University - Professional Development

10 Qs

HTML/CSS Lecture 2

HTML/CSS Lecture 2

KG - Professional Development

18 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

Review chapter 7,and 8

Review chapter 7,and 8

University

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