Web Development Quiz

Web Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

IT Quiz Bee 2025 - EASY

IT Quiz Bee 2025 - EASY

University

15 Qs

Codean - layouting css

Codean - layouting css

University

17 Qs

Quiz HTML dan CSS Bootstrap Kelas XI RPL

Quiz HTML dan CSS Bootstrap Kelas XI RPL

11th Grade - University

25 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

Web Development Quiz

Web Development Quiz

University

19 Qs

Basic HTML

Basic HTML

University

20 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th Grade - University

19 Qs

Uji Pengetahuan Teknik Informatika

Uji Pengetahuan Teknik Informatika

12th Grade - 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?