Web tech 2

Web tech 2

Professional Development

8 Qs

quiz-placeholder

Similar activities

Big Data Analytics - Week 2 (Data storage)

Big Data Analytics - Week 2 (Data storage)

University - Professional Development

10 Qs

Penilaian Pengetahuan 1 KSK2013

Penilaian Pengetahuan 1 KSK2013

Professional Development

12 Qs

1er Taller evaluativo Info & Tech Undécimo IIIP

1er Taller evaluativo Info & Tech Undécimo IIIP

Professional Development

10 Qs

PRACTICE  SET FOR INTERMEDIATE 2

PRACTICE SET FOR INTERMEDIATE 2

Professional Development

10 Qs

SOALAN ASK T2 SET KOD ARAHAN

SOALAN ASK T2 SET KOD ARAHAN

Professional Development

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Hàm

Hàm

Professional Development

10 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Web tech 2

Web tech 2

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Golden 2349

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Identify the component that allows Customers to select multiple options from a form.

.form-range

Checkbox (.form-check)

Radio (.form-radio)

Toggle (.form-toggle)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Select the component which allow a user to choose a value between 0 and 100.

.form-slider

.input-range

.form-range

.range-input

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Pre-filled forms in HR portals find the attribute that is used to make input field non-editable but submittable?

disabled

locked

readonly

frozen

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In checkout forms to show error messages which validation class can be used?

.error-message

.form-error

.invalid-feedback

.form-text-danger

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You're building a client-facing registration form for a fintech application. To visually indicate that a user has entered a valid email address, which Bootstrap class will you use to highlight the input field with a green border?

.form-valid

.valid-input

.is-valid

.input-success

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A health tech client wants to collect patient age using a slider input. Which Bootstrap component will give you a sleek and accessible slider?

.form-slider

.range-slider

.form-range

.slider-input

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A client wants a dropdown styled for country selection. What will this code render in Bootstrap?

<select class="form-select">

<option>India</option>

<option>USA</option>

</select>

Applies validation to select

Makes select responsive and styled

Creates multiple select options

Hides the options

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<div class="input-group">

<span class="input-group-text">₹</span>

<input type="text" class="form-control" placeholder="Amount">

</div>

Recall the role of input-group-text?

Adds padding around input

Inserts a non-clickable icon/text before input

Adds a tooltip

Automatically formats the currency