What is the purpose of an HTML form element?
Form controls live inside a < form> element. This element should always carry the action
attribute and will usually have a method and id attribute too.
(Note: Additional spaces have been added here and there to abide by the website’s display rules. [Cannot display code without premium version])
Give five examples of form control elements.
Some examples of form control element:
Give three examples of type attribute values for HTML < input> elements.
Some examples of type attribute values for HTML < input> elements:
Is an HTML < input > element a block element or an inline element?
An HTML < input > is an inline element.