Web Development Quiz

Web Development Quiz

University

20 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan Teknik Informatika

Uji Pengetahuan Teknik Informatika

12th Grade - University

20 Qs

Módulo 7 - HTML e CSS

Módulo 7 - HTML e CSS

7th Grade - University

25 Qs

Quiz Stand Website

Quiz Stand Website

University

20 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

DSA (QUIZ 7) -Greedy Algorithms and Complexity Analysis

DSA (QUIZ 7) -Greedy Algorithms and Complexity Analysis

University

15 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

Web Development Quiz

Web Development Quiz

University

19 Qs

Basic HTML

Basic HTML

University

20 Qs

Web Development Quiz

Web Development Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ivy Velasco

Used 1+ times

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 default value of the input

The name of the input

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

The style of the input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS unit is relative to the parent element's font size?

cm

em

px

in

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Hides an element

Makes an element inline

Enables Flexbox for flexible layouts

Sets the width of an element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to create a dropdown list?