# Inset text ## Introduction Use bordered inset text to draw attention to important content on the page. ## Quick start examples ### Inset text [Preview this example in the Frontend review app](http://govuk-frontend-review.herokuapp.com/components/inset-text/preview) #### Markup
Name | Type | Required | Description |
---|---|---|---|
text (or) html | string | Yes | Text or HTML to use within the inset text. If `html` is provided, the `text` argument will be ignored. |
id | string | No | Optional id attribute to add to the inset text container. |
classes | string | No | Optional additional classes to add to the inset text container. |
attributes | object | No | Any extra HTML attributes (for example data attributes) to add to the inset text container. |