# Allowed HTML for Articles To provide the most flexibility possible, when [creating or updating an article](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/Articles/createArticle/) you can use HTML and CSS to construct the article body. Whilst we allow a wide range of tags, we do not allow all of them. This is to ensure that we can render the article in all of our supported channels. You can find a list of supported tags below. Over time we may add support for new HTML elements and attributes. This will not constitute a breaking change, we advise any client code to support the full HTML specification when reading article content. Removing element support, or otherwise changing the API in a way that causes previously supported HTML to become unsupported will be considered a breaking change. ## Supported HTML | Tag | What does it do? | Additional Details | | --- | --- | --- | | `

` | Paragraph | All text must be placed within paragraph tags. | | `
` | Line break | Supported in-line. | | `


` | Horizontal rule | NA | | `

` `

` | Heading | Only these two header tags are supported. All others will be replaced with `

`. | | `` | Link | An image can be placed in-between the link tags. | | `` | Image | Images will be uploaded to Intercom and we'll use an Intercom link to display these.If these fail to upload then we'll hard fail and return `400 Bad Request`. | | `