Web Dev Recap

Web Dev Recap

Professional Development

8 Qs

quiz-placeholder

Similar activities

React and Hooks

React and Hooks

Professional Development

10 Qs

JavaScript

JavaScript

Professional Development

11 Qs

Web

Web

10th Grade - Professional Development

10 Qs

Atividade 2 CSS e HTML

Atividade 2 CSS e HTML

Professional Development

10 Qs

form&css

form&css

3rd Grade - Professional Development

11 Qs

DIAGNOSTICO DISEÑO WEB

DIAGNOSTICO DISEÑO WEB

Professional Development

10 Qs

React-Estilos

React-Estilos

Professional Development

9 Qs

CSS Quiz 2

CSS Quiz 2

University - Professional Development

10 Qs

Web Dev Recap

Web Dev Recap

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Christian Nunez

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for title tag

<t> My title</t>

<title> My title</title>

<title> My title<title>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the color of the font in a paragraph?

p {color: red;}

p {colour: red;}

myparagraph {color: red;}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Correct or incorrect: <h1>This is my heading<h1>

Correct

Incorrect

Unsure

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the selector used in CSS on a class created by you ?

Hash #

Dot .

Sector name e.g.
h1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct command to create a div class called MyClass?

<div> class="MyClass"
...code...</div>

<div class="MyClass">

...code... </div>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: You use an ID to create an object with a unique identification and to link it inside the page .

True

False

Unsure

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this command do?
<link rel="stylesheet" href="css/stylemenu.css">

Link to page

Link to an internal CSS file

Link to an external CSS file

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make a div box responsive using CSS, what command will you use?

div{ width:100%; }

div{ width:90px; }

div{ width:900px; }