Skip to content
Design System
  • Home
  • Settings
  • Styles
  • Layouts
  • Components
  • Scripts
  • Templates
  • Access control banner
  • Activity
  • Archived content
  • Breadcrumbs
  • Cards
  • Collapsible containers
  • Columns
  • Content slider (carousel)
  • Crosslinks (You may also like)
  • Disclosure button
  • Evangelists
  • Fifty-fifty
  • Footer
  • Group list
  • Header
  • Hero
  • Image component
  • Members
  • Navigation
  • Navigation with new logo v1
  • Navigation with new logo v2
  • Notes
  • Pagination
  • Pre-footer
  • Quote component
  • RSS
  • Table of contents
  • Tag list
  • Text component
  • Translations
  • Video component

Tag list

¶Simple tags

Open this Simple tags in a new tab

HTML:

<div class="l-cluster">
	<ul class="clean-list">
		<li>
			<span class="tag">Accessibility</span>
		</li>
		<li>
			<span class="tag">Privacy</span>
		</li>
		<li>
			<span class="tag">Security</span>
		</li>
	</ul>
</div>

¶Linked tags

Open this Linked tags in a new tab

HTML:

<div class="l-cluster">
	<ul class="clean-list">
		<li>
			<a href="path/to/page" class="tag"><span class="visuallyhidden">Content tagged with</span> Accessibility</a>
		</li>
		<li>
			<a href="path/to/page" class="tag"><span class="visuallyhidden">Content tagged with</span> Privacy</a>
		</li>
		<li>
			<a href="path/to/page" class="tag"><span class="visuallyhidden">Content tagged with</span> Security</a>
		</li>
	</ul>
</div>

¶Considerations

Note the use of the cluster layout.

Note the inclusion of visually-hidden text in the linked tags, to provide detail for assistive technology users when browsing out of context.

Copyright © 2025 W3C - generated 10 Jan 2025, 12:43:28 UTC

Feedback is welcome and can be submitted as a GitHub issue.