< html />

Allows the inclusion of verbatim HTML as the contents of a form field or complete panel.

<panel type="html" id="instructionsPanel">
<html>
<div id="instructions" class="instructions" style="height:10em;">
...dynamic text will be displayed here by JavaScript...
</div>
</html>
</panel>


Enclosing Element:
This tag is a direct child of a <field> or <panel type="html"> element.

Encloses: This tag encloses the HTML elements that will be placed into the browser exactly as they are written in the view file.
Attributes: None