What is the preferred way of adding HTML markup to a page? So far, I have found that only the following approach works (i.e. using <f:verbatim>). Looks kind of verbose just to add <h2></h2>!
<f:verbatim><h2></f:verbatim>
<h:outputText value="#{messages['Measure.Home']}" />
<f:verbatim></h2></f:verbatim>
Thanks.
Naresh
