> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://publer.com/help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to style Telegram text using HTML tags

The following HTML tags are currently supported for Telegram:

```
<b>bold</b>, <strong>bold</strong>
<i>italic</i>, <em>italic</em>
<u>underline</u>, <ins>underline</ins>
<s>strikethrough</s>, <strike>strikethrough</strike>, <del>strikethrough</del>
<span class="tg-spoiler">spoiler</span>, <tg-spoiler>spoiler</tg-spoiler>
<b>bold <i>italic bold <s>italic bold strikethrough <span class="tg-spoiler">italic bold strikethrough spoiler</span></s> <u>underline italic bold</u></i> bold</b>
<a href="http://www.example.com/">inline URL</a>
<code>inline fixed-width code</code>
<pre>pre-formatted fixed-width code block</pre>
<pre><code class="language-python">pre-formatted fixed-width code block written in the Python programming language</code></pre>
```

### Example

* The following post in Publer

![Using HTML tags works only for Telegram](https://storage.crisp.chat/users/helpdesk/website/eefbebed3e091800/screen-shot-2022-03-23-at-1929_cdklrw.png)

* Will look like this in Telegram

![](https://storage.crisp.chat/users/helpdesk/website/eefbebed3e091800/screen-shot-2022-03-23-at-1931_1tzfagp.png)

### Tips & warnings

| You can always [preview](https://blog.publer.io/preview-your-social-media-posts/) how your message will look on Telegram beforehand.

||| Make sure you only use a supported HTML tag from the list above. Using an unsupported HTML tag will prevent the post from getting published.

${youtube}[Use HTML tags for your Telegram accounts](URn8DB4Vsb4)