---
title: "Microsoft Teams HTML"
canonical_url: "https://docs.getdx.com/microsoft-teams-html/"
md_url: "https://docs.getdx.com/microsoft-teams-html.md"
last_updated: "2026-06-18"
---

# Microsoft Teams HTML
This is a guide to using HTML for formatting Microsoft Teams messages in DX.

- Wrapping text in `<i>italicized</i> text` produces _italicized_ text
- `<b>bold</b> text` produces **bold** text
- `<a href="https://app.getdx.com">Here</a>` produces [Here](https://app.getdx.com)
- `<a href="mailto:test@test.com">test@test.com</a>` produces [test@test.com](mailto:test@test.com)
- `<br>` allows creating whitespace
- `<p>` will start content on a new line

Note that div elements began being stripped out by Microsoft unexpectedly in November 2024, and therefore are not recommended. See this [Microosft support discussion](https://learn.microsoft.com/en-us/answers/questions/2119564/html-formatting-tags-stripped-from-microsoft-teams) for more information.
---

## Sitemap

[Overview of all docs pages](/llms.txt)
