--- title: HTML Classification type: templates category: Structured Data Parsing cat: structured-data-parsing order: 520 meta_title: HTML Classification Data Labeling Template meta_description: Template for classifying HTML documents with Label Studio for your machine learning and data science projects. --- For content moderation and other use cases where you want to classify HTML content, you can use this template. ## Interactive Template Preview
## Labeling Configuration ```html ``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. The [Choices](/tags/choices.html) control tag specifies the options to use to classify the website content. ```xml ``` The `choice` parameter lets annotators select multiple choices, and the `showInline` parameter displays all the choices in a row. This template provides numerous content moderation choice values, but you can modify the template to provide different choices. Styling on the [View](/tags/view.html) tag adds a border around the website content to make it clear to annotators what is website content: ```xml ``` The [HyperText](/tags/hypertext.html) object tag displays the website content, specified in the `text` key of Label Studio JSON format or imported as plain text. ```xml ``` ## Related tags - [Choices](/tags/choices.html) - [HyperText](/tags/hypertext.html) - [View](/tags/view.html)