---
uid: tags
locale: en
title: Tags Theme object
dnnversion: 09.02.00
previous-topic: styles
next-topic: terms
related-topics: theme-objects,themes,create-theme
links:
---
# Tags Theme Object Introduction
Displays the Tag control allowing users to view and edit tags associated with the page or module.
**Current Version:** 01.00.00
## Include in Theme
### ASCX
``` html
<%@ Register TagPrefix="dnn" TagName="Tags" Src="~/Admin/Skins/tags.ascx" %>
<dnn:tags runat="server" id="dnnTags" />
```
### HTML Token
### HTML Object Token
``` html
```
| Attribute | Description | Default | Posssible Values | DNN Version |
| --- | --- | --- | --- | --- |
## Examples:
### Default
~~~html
<dnn:tags runat="server" id="dnnTags" />
~~~