Recap Html and CSS

Recap Html and CSS

University

7 Qs

quiz-placeholder

Similar activities

Robotronics

Robotronics

University

12 Qs

Law of Contract

Law of Contract

University

10 Qs

Gold Batch Quiz 2

Gold Batch Quiz 2

University

10 Qs

Nathan Hobbs - Keyboarding Quarter 1

Nathan Hobbs - Keyboarding Quarter 1

KG - Professional Development

8 Qs

MC-I - Test 3

MC-I - Test 3

University

10 Qs

HTML CSS Quiz 1

HTML CSS Quiz 1

University

12 Qs

EVIDENCIA DE CONOCIMIENTO HTML CSS Y JAVASCRIPT

EVIDENCIA DE CONOCIMIENTO HTML CSS Y JAVASCRIPT

University

10 Qs

Quiz

Quiz

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