Web Development Quiz

Web Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Quiz desarrollo app moviles

Quiz desarrollo app moviles

University

20 Qs

LogoNOVA (FYIT Logo Quiz)

LogoNOVA (FYIT Logo Quiz)

University

20 Qs

General quiz

General quiz

University

25 Qs

Revisão - Dev Web

Revisão - Dev Web

University

18 Qs

RIDDLE_IT_OUT

RIDDLE_IT_OUT

University

20 Qs

Codean - Css Grid

Codean - Css Grid

University

18 Qs

Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

140-160

140-160

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?