Recap Html and CSS

Recap Html and CSS

University

7 Qs

quiz-placeholder

Similar activities

chuyên đề Tin học 10

chuyên đề Tin học 10

10th Grade - University

10 Qs

Introducción y Uso de CSS

Introducción y Uso de CSS

University

10 Qs

Gold Batch Quiz -4

Gold Batch Quiz -4

University

10 Qs

eTwinning awards

eTwinning awards

KG - University

10 Qs

Refresh

Refresh

University

10 Qs

CSP Week3 Trivia03

CSP Week3 Trivia03

2nd Grade - Professional Development

7 Qs

day 5

day 5

University

10 Qs

Introduction to R for Data Science

Introduction to R for Data Science

University

10 Qs

Recap Html and CSS

Recap Html and CSS

Assessment

Quiz

Other

University

Medium

Created by

Christian Nunez

Used 4+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CSS stands for ?

Command Style Sheets

Cascade Style Sheets

Cascade Style Sample

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false : CSS is used to build just the structure of the web page

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS the selectors are use to identify the element that you are going to style. What are the type of selectors?

element itself, id and class

your name and the id

none of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is padding in CSS?

Padding allows an object to align to the right, left or centre

Padding is the type of colour that you can use

Padding is the space between the border of the object/element and the other element inside

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: The width and height of an element can be changed with px (pixels) or % (percentages)

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to create a class you use :

<div class="the_name_of the class">

<div id="the_name_of the class">

<class="the_name_of the class">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to identify a class in the <style> tag (or CSS area) you need to use

name of the element example my_element

a dot and then the name of the class
example .my_class

a # and the the name of element

example #my_element