<pac:html>
This tag contains XHTML tags or other information displayed with the form. Its usage is the same as <pac:info>, but it can be embedded anywhere in service.xml.
This tag does not have attributes.
Example:
<pac:service id="hello_pac">
<pac:html>
<![CDATA[
<!-- BEGIN query result page -->
<div id="showQueryResult" style="display: block">
<label>
@{requiredMsg}
</label>
</div>
]]>
</pac:html>
[...]
</pac:service>