Week 4 - Floats, Layout and Responsive Design

Week 4 - Floats, Layout and Responsive Design

University

8 Qs

quiz-placeholder

Similar activities

Quis CSS W3Schools

Quis CSS W3Schools

University

10 Qs

HTML

HTML

University

10 Qs

HTML, Bootstrap y GitHub

HTML, Bootstrap y GitHub

11th Grade - University

12 Qs

1. Sem Uge 36

1. Sem Uge 36

University

13 Qs

docker advance

docker advance

University

13 Qs

مراجعة للتطبيق الثاني تقن105

مراجعة للتطبيق الثاني تقن105

University

13 Qs

Intro Bootrstrap

Intro Bootrstrap

University

10 Qs

Basic HTML & HTML5

Basic HTML & HTML5

University

11 Qs

Week 4 - Floats, Layout and Responsive Design

Week 4 - Floats, Layout and Responsive Design

Assessment

Quiz

Computers

University

Medium

Used 26+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you create a div, can you visually see it on the webpage?
Yes its visible 
No, a div is always a invisible box even if you fill it with a colour
A div is only visible when you add a style to it
A div creates a table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

# denotes a Class. True or False?
True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A float works with the what of a div?
Border
Colour
Position
Amount

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Padding is what?

Space outside the container

Space inside the container

Space on top of the container

Space at the bottom of the container

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct CSS syntax?
selector
{
name:value;
}
selector
{
property;value;
}
selector:
{
property,value;
}
selector
{
property:value;
}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of: margin: 0 auto
Horizontally centers the div
Puts the div to the left hand side of the screen
Puts the div to the right hand side of the screen
It sets a border around the div

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does RWD stand for?

Responsible Work Design

Responsible Web Dynamics

Responsive Web Design

Responsive Work Dynamics

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the correct for CSS?

Behaviour

Coding

Style