What is h:form tag in JSF (JavaServer Faces)?
The <h:form>
tag represents an input form.
* It includes child components that can contain data which is either presented to the user or submitted with the form.
* It can also include HTML markup to lay out the components on the page.