HTML Element (View)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Escapes contained HTML tags so that the Collaborative Application Markup Language (CAML) parser does not parse the tags.
<HTML>
</HTML>
Attributes
Attribute |
Description |
---|---|
ID |
Optional Text. Provides an identifier for the contents of the HTML element. |
Child Elements
None |
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |
Example
The following line illustrates how to escape HTML tags by using this element and a CDATA section.
<HTML><![CDATA[...HTML tags...]]></HTML>