One word answer A field which must have a value
Answers
Answered by
3
A field that must have a value is called 'Required field'.
Explanation:
- Generally, the required fields are used in form filling sections.
- It is applied to the elements which are necessary to be filled by the user.
- If one skips the required element in the form and tries to submit that data, the submission will not be processed as the important field is still left to be filled.
- In HTML, required is a key-word element. In many cases, the required element's label does show a red-colored star upon the elements like text-field, saying that it is mandatory to fill that block. You cannot skip it!
Learn more:
1. Ch+=2 is equivalent to
brainly.in/question/21331324
2. A CSS file cannot be linked to a web page. State True or False.
brainly.in/question/21107345
Similar questions