Web Dev Recap

Web Dev Recap

Professional Development

8 Qs

quiz-placeholder

Similar activities

Quality & Secure Code Practices

Quality & Secure Code Practices

Professional Development

10 Qs

ER Model

ER Model

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

Web Browsing

Web Browsing

10th Grade - Professional Development

10 Qs

โปรแกรมนารู้

โปรแกรมนารู้

Professional Development

10 Qs

Modulo 2-Clase 1-Tecnologias Internet

Modulo 2-Clase 1-Tecnologias Internet

Professional Development

8 Qs

Initiation MySQL

Initiation MySQL

Professional Development

10 Qs

[BD] 02.1 - Modelo Relacional - Intuição, Notação, Domínios

[BD] 02.1 - Modelo Relacional - Intuição, Notação, Domínios

University - Professional Development

12 Qs

Web Dev Recap

Web Dev Recap

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Christian Nunez

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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; }