The first two lines in the file shown above are common to most JSF pages. They identify the type of the file and its character coding.
Web programmers need to add attributes to the html tag and add content to the h:head, h:body, and h:form tags.
For JSF, the most important attributes of the <html> tag are the xmlns (namespace) attributes.
Specifies information about the document as opposed to content that appears in the document. It often has the following content tags.
<h:form>
tag.
<h:form>
tag can contain other kinds of tags and
text.