Category 1: Form Basics
Category 2: Form Structure Tags
Category 3: Validation Basics
Category 4: Data Rules and Input Decisions
Category 5: Form Terms in Context
100

Clue: This is a section of a webpage designed to accept input from users.

Answer: Forms


100

Clue: This HTML tag groups form elements and places a box around them.

Answer: Fieldset


100

Clue: This means making sure entered data matches an expected format.

Answer: Input Validation


100

Clue: This attribute helps identify what kind of data an input field should accept.

Answer: Type


100

Clue: This tag would be best for a paragraph-length user response.

Answer: Textarea


200

Clue: This term means an element defined by HTML tags and used as part of a webpage.

Answer: HTML Element


200

Clue: This HTML tag gives a title to a form or fieldset.

Answer: Legend


200

Clue: This HTML attribute causes an error if the user tries to submit a form with a blank field.

Answer: Required


200

Clue: This attribute is used when you want to force the user to fill in a field before submitting.

Answer: Required


200

Clue: This tag would be useful if you want users to choose from suggestions but still type their own answer.

Answer: Datalist


300

Clue: This is a characteristic of an HTML element that can be customized statically or dynamically.

Answer: HTML Attribute


300

Clue: This HTML tag creates a drop-down menu for an input field, but users are not limited to the listed options.

Answer: Datalist


300

Clue: This HTML attribute sets the maximum number of characters allowed in an input or textarea.

Answer: Max-length


300

Clue: This attribute is useful when an input must follow a certain format, like a code or ID pattern.

Answer: Pattern Attribute


300

Clue: This tag would be best for grouping a set of related form controls together visually.

Answer: Fieldset


400

Clue: This HTML attribute specifies the type for an input tag.

Answer: Type


400

Clue: This HTML tag creates a visual display of a measurement or fractional value.

Answer: Meter


400

Clue: This HTML attribute can validate input using regular expressions.

Answer: Pattern Attribute


400

Clue: These are the pattern-building character sequences used behind advanced validation.

Answer: Regular Expressions


400

Clue: This tag would be best for displaying a calculation result on the page.

Answer: Output


500

Clue: This HTML tag creates a large input field for users.

Answer: Textarea


500

Clue: This HTML tag displays the result of a calculation or script.

Answer: Output


500

Clue: This term means a sequence of characters used to describe a search pattern.

Answer: Regular Expressions


500

Clue: This broader concept checks whether entered data follows the expected rules and format.

Answer: Input Validation


500

Clue: This tag would be best for showing progress or a measured value visually.

Answer: Meter