---
title: XMLDocument.ContentKind.html
framework: foundation
role: symbol
role_heading: Case
path: foundation/xmldocument/contentkind/html
---

# XMLDocument.ContentKind.html

Outputs empty tags in HTML without a close tag, such as <br>.

## Declaration

```swift
case html
```

## See Also

### Enumeration Cases

- [XMLDocument.ContentKind.text](foundation/xmldocument/contentkind/text.md)
- [XMLDocument.ContentKind.xhtml](foundation/xmldocument/contentkind/xhtml.md)
- [XMLDocument.ContentKind.xml](foundation/xmldocument/contentkind/xml.md)
