Week 4 - Floats, Layout and Responsive Design

Week 4 - Floats, Layout and Responsive Design

University

8 Qs

quiz-placeholder

Similar activities

Fundamentos de HTML y CSS

Fundamentos de HTML y CSS

12th Grade - University

8 Qs

Week 2 - Quiz

Week 2 - Quiz

University

10 Qs

Hojas de Estilo

Hojas de Estilo

University

10 Qs

FEWD Review

FEWD Review

University

12 Qs

JavaScripting

JavaScripting

University

10 Qs

HTML CSS

HTML CSS

University

8 Qs

Css

Css

University

10 Qs

Intro Bootrstrap

Intro Bootrstrap

University

10 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