Understandable

Understandable

12th Grade

10 Qs

quiz-placeholder

Similar activities

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

BAI 5 TU BAI TOAN DEN CHUONG TRINH 8C

BAI 5 TU BAI TOAN DEN CHUONG TRINH 8C

8th - 12th Grade

10 Qs

Mengenal Algoritma dan Pemrograman C++

Mengenal Algoritma dan Pemrograman C++

10th Grade - University

15 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

REpaso3

REpaso3

12th Grade

13 Qs

HTML гипермәтінді белгілеу тілі

HTML гипермәтінді белгілеу тілі

12th Grade

10 Qs

Understandable

Understandable

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Maria Lucia

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a solution for this form where the label is missing for an input field?

<input type="text" id="username" name="username">

Add placeholder text.

Add a label with a "for" attribute.

Leave the input as is.

Use a <span> tag instead of a <label>.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options provides a clearer and more accessible label for this button?

<button>Click here</button>

button type="submit"

button>Submit your information</button>

button>Click here</button>

button>Submit</button>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should you improve this form to help users understand that the field is required?

<label for="email">Email:</label>

<input type="email" id="email" name="email">

Add a required attribute.

Add a placeholder with "Enter your email".

Provide instructions after the label.

Leave the form as is.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you improve this form field to be more understandable by including instructions?

<label for="password">Password:</label>

<input type="password" id="password" name="password">


Add a tooltip using the title attribute.

Provide clear instructions within the label.

Add a maxlength attribute.

Provide a separate instruction paragraph.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you improve error messages for users when an error occurs in a form input?

<span id="error-message" style="color:red;">This field is required.</span>

Use a <div>

for error messages.

Associate the error message with the form field using aria-describedby.

Leave the error message as is.

Use only aria-live for error messages.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done to fix the inconsistent tab order in this form?

<input type="text" id="name" name="name">

<input type="text" id="email" name="email">

<button type="submit">Submit</button>

Change the order of the input elements.

Add tabindex attributes to the elements.

Leave the form as is.

Add aria-label to the button.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which option makes the link text more understandable for users?

<a href="/profile">Click here</a>

a href="/profile" >Go to Profile</a>

a href="/profile" >Click here</a>

a href="/profile" >More information</a>

a href="/profile" >Details</a>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?