Computer Science, asked by Jashbirsingh5818, 11 months ago

Elementwhich attribute is used to specify that an input field must be filled out?

Answers

Answered by choudhary21
0

Explanation:

Make it clear which fields are mandatory.

Many sites place an asterisk before or after a field and include a note such as Fields marked with * are mandatory at the top of the form.

For a radio button group, always set up your form so that one of the <input> tags includes the checked attribute.

Answered by Anonymous
0

Explanation:

The HTML required Attribute is a Boolean attribute which is used to specify that the input element must be filled out before submitting the Form. This attribute works with other types of input like radio, checkbox, number, text, etc.

Similar questions
Math, 5 months ago