Research and Documentation
Page 05: Form Elements

HTML Attributes: novalidate, method, and action

According to MDN:

HTML Elements: <fieldset> and <legend>

According to MDN, the <fieldset> element "is used to group several controls as well as labels within a web form." According to MDN, the <legend> element "represents a caption for the content of its parent <fieldset>."

HTML Element: <label>

According to MDN, the <label> element "represents a caption for an item in a user interface."

HTML Attributes: for and id

According to MDN, "the value of the for attribute must be a single id for a labelable form-related element in the same document as the <label> element. So, any given <label> element can be associated with only one form control."

Summary

This documentation page includes information about the following elements and attributes: