Skip to content
a pile of Adobe Acrobat logo tiles stacked on a dark orange solid background
Digital Accessibility

PDF Fundamentals

Common Tags

This page provides an overview of common PDF tags. Creating, editing and managing tags is addressed in the PDF Remediation guide.

Document Tag

The Document tag should always be the first tag in a PDF, the "root" of the tag tree. All other tags are nested within the Document tag.

Tag Name Purpose Example
<Document> Document The main document tag, contains all other tags screenshot of adobe acrobat document tag

Containers

Containers are optional tags that group other tags or content.

Tag Name Purpose Example
<Part> Part Contains a large portion of the document, like a chapter screenshot of adobe acrobat part tag
<Art> Article Article within a document screenshot of adobe acrobat article tag
<Sect> Section Contains a smaller part of a document, like pull a quote screenshot of adobe acrobat section tag
<Div> Content Division Generic container screenshot of adobe acrobat div tag
<Span> Span Generic inline container, e.g., for stylized text within a sentence screenshot of adobe acrobat span tag

Headings

Headings provide the document hierarchy.

Tag Name Purpose Example
<H1> Heading 1 Document heading screenshot of adobe acrobat heading 1 tag
<H2> Heading 2 Second-level headings, like chapter titles screenshot of adobe acrobat heading 2 tag
<H3> - <H6> Heading 3 - Heading 6 Subheadings screenshot of adobe acrobat heading 3 tag

Text

Tag Name Purpose Example
<P> Paragraph Body text screenshot of adobe acrobat paragraph tag
<BlockQuote> Block Quote Long quote in its own paragraph screenshot of adobe acrobat block quote tag
<Caption> Caption Figure or table caption, placed above or below a figure or table screenshot of adobe acrobat caption and figure tags screenshot of adobe acrobat caption and table tags
Tag Name Purpose Example
<Link> Link External link (webpage, email); contains a Link - OBJR tag screenshot of adobe acrobat link tag tree
OBJR Object Reference Required for interactive elements, including links and forms. screenshot of adobe acrobat link tag tree

Images

Images embedded in a PDF are represented by the following tags. For each, descriptive alternative text must be provided in the tag's properties.

Tag Name Purpose Example
<Figure> Figure Image or graphic screenshot of adobe acrobat figure tag
<Formula> Formula Mathematical or chemical formula screenshot of adobe acrobat formula tag

Lists

Tag Name Purpose Example
<L> List Main tag for a list screenshot of adobe acrobat list tag tree
<LI> List Item Individual list items, nested under a List tag screenshot of adobe acrobat list tag tree
<Lbl> Label Nested under a List Item to identify its decorator (a bullet for unordered lists, a number for an ordered list, etc.) screenshot of adobe acrobat list tag tree
<LBody> List Item Body Contains a List Item's actual content, nested under a List Item screenshot of adobe acrobat list tag tree

Table of Contents

Tag Name Purpose Example
<TOC> Table of Contents Main tag for a table of contents screenshot of adobe acrobat table of contents tag tree
<TOCI> Table of Contents Item Table of contents entry, nested within a TOC; contains a <Reference> tag screenshot of adobe acrobat table of contents tag tree with reference tag
<Reference> Reference Internal link (TOC, footnote) screenshot of adobe acrobat reference tag

Tables

Tables provide structure for tabular data.

Tag Name Purpose Example
<Table> Table Main tag for a data table screenshot of adobe acrobat table tag tree
<TR> Table Row Table row, nested within a Table screenshot of adobe acrobat table row tag
<TH> Table Header Table row or column header, nested within a Table Row screenshot of adobe acrobat table header tag
<TD> Table Data Table data cell, nested within a Table Row screenshot of adobe acrobat data cell tag

Forms

Form tags are used for interactive forms.

Tag Name Purpose Example
<Form> Form Fillable form elements (checkboxes, text inputs, etc.); contains the element's OBJR tag. Form tags are typically nested within a paragraph tag containing the form element's text label. screenshot of adobe acrobat form tag tree

Artifacts

When content is marked as an artifact, it is hidden from assistive technology. Common artifacts include decorative images, repeated header or footer content, page numbers and placeholders for form fields. Artifacts are not visible in the tag tree.

Name Purpose
Artifact Decorative content, ignored by screen readers.


Digital Accessibility
Digital Accessibility | Barre Hall