Web Development Quiz

Web Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Day 1 Quiz

Day 1 Quiz

University

15 Qs

Fundamentals of CSS and HTML

Fundamentals of CSS and HTML

University

20 Qs

Questionario - Desenvolvimento de Aplicacoes para Internet

Questionario - Desenvolvimento de Aplicacoes para Internet

University

15 Qs

MicroBit 1

MicroBit 1

9th Grade - University

20 Qs

Extended Quiz: Functions, Machines, and EVTOLs

Extended Quiz: Functions, Machines, and EVTOLs

6th Grade - University

21 Qs

Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

Latihan Soal Web dan Blog

Latihan Soal Web dan Blog

9th Grade - University

15 Qs

GEE-109 LIVING IN AN IT ERA

GEE-109 LIVING IN AN IT ERA

University

20 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Tyrone Parreño

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'type' attribute in an HTML input element specify?

The type of input (text, password, email, etc.)

The style of the input field

The maximum length of the input

The default value of the input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS unit is relative to the viewport width?

px

em

vw

cm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'display: flex;' property do in CSS?

Hides an element

Makes an element inline

Sets a fixed width

Enables Flexbox for flexible layouts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to create a dropdown list?