Web Development Quiz

Web Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Checkboxes e Campos Somente Leitura

Checkboxes e Campos Somente Leitura

3rd Grade - University

20 Qs

Linguagem de Programação II

Linguagem de Programação II

University

16 Qs

Multimedia Delivery Quiz

Multimedia Delivery Quiz

12th Grade - University

15 Qs

Adding Interactive Elements in HTML

Adding Interactive Elements in HTML

12th Grade - University

15 Qs

Soal Web Pentest (2)

Soal Web Pentest (2)

University

20 Qs

HTML

HTML

9th Grade - University

21 Qs

KUIS HTML

KUIS HTML

11th Grade - University

20 Qs

10 теги HTML

10 теги HTML

10th 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?