Siebel Tag Usage in an HTML Tag

You cannot nest a Siebel tag in an HTML tag. For example, the following code is not valid. It creates an error:

<img src="div od-type="control" id="1""/>

You cannot nest some Siebel tags. For example, the following is not valid. It creates an error:

<div od-type="control" id="1">
   <div od-type="control" id="2" property="formattedHTML"/>
   <div od-property="formattedHTML"/>
   <!--od section control close-->
   </div>
<!--od section control close-->
</div>