You can display the tags of an article with the [tags] tag.

This shows the tags of article "Lions":

{article title="Lions"}[tags]{/article}

By default, the output will be generated through the Joomla layout for tags.

Plain links

If you want to output unstyled simple links to the tags, you can use the clean="true" attribute.

[tags clean="true"]

Plain text

To output the tags as plain text - so not as links - you can use the strip="true" attribute.

[tags strip="true"]

Separator

You can also set a specific separator to place between the tags, by using a separator="..." attribute inside the data tag. For instance:

[tags separator=" - "]
Furry - Fluffy - Fuzzy