Web tech 2

Web tech 2

Professional Development

8 Qs

quiz-placeholder

Similar activities

CyberAnalysis - Дорешивание ВМ по правилам AD

CyberAnalysis - Дорешивание ВМ по правилам AD

Professional Development

12 Qs

Latihan Bisnis Analis PPHC 2023

Latihan Bisnis Analis PPHC 2023

Professional Development

10 Qs

Semangat Belajar

Semangat Belajar

Professional Development

10 Qs

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

ระบบคอมพิวเตอร์ ม.2

ระบบคอมพิวเตอร์ ม.2

Professional Development

10 Qs

โปรแกรมกราฟิก 3-4

โปรแกรมกราฟิก 3-4

Professional Development

10 Qs

Driver Installations

Driver Installations

Professional Development

10 Qs

Ai BG-Q#

Ai BG-Q#

Professional Development

10 Qs

Web tech 2

Web tech 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Golden 2349

FREE Resource

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