---
title: HTML Entity Recognition
type: templates
category: Structured Data Parsing
cat: structured-data-parsing
order: 515
meta_title: HTML Entity Resolution Data Labeling Template
meta_description: Template for performing HTML document entity resolution with Label Studio for your machine learning and data science projects.
---
Perform named entity recognition for HTML documents. Use this template to display text with HTML markup and label spans.
## Labeling Configuration
```html
```
## About the labeling configuration
All labeling configurations must be wrapped in [View](/tags/view.html) tags.
Use the [Labels](/tags/labels.html) control tag to specify the entities that you want annotators to annotate on the HTML document:
```xml
```
Use the [HyperText](/tags/hypertext.html) object tag to display the text containing HTML markup:
```xml
```
## Related tags
- [Labels](/tags/labels.html)
- [HyperText](/tags/hypertext.html)