Web tech 2

Web tech 2

Professional Development

8 Qs

quiz-placeholder

Similar activities

Perform Word Processing

Perform Word Processing

Professional Development

10 Qs

Python

Python

8th Grade - Professional Development

10 Qs

day 3 quiz 1

day 3 quiz 1

Professional Development

5 Qs

Игры на Python 1 модуль

Игры на Python 1 модуль

Professional Development

13 Qs

ITF - Quiz 7.3 - Multimedia Ports and Devices

ITF - Quiz 7.3 - Multimedia Ports and Devices

Professional Development

10 Qs

ICT Quize

ICT Quize

Professional Development

10 Qs

EIT237-bases de php7-4

EIT237-bases de php7-4

Professional Development

10 Qs

Function and Conditional in Python

Function and Conditional in Python

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