JSF Core Tags library
JSF HTML tags library
Use below namespace configurations to use them in JSF xhtml pages.
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:c="http://java.sun.com/jsf/core">
The html tags can now be used as with the h prefix as , etc and core tags with c prefix as , etc.