Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How do I create an accessible table in Adobe Acrobat?

Table of Contentstoc
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

\uD83D\uDCD8 Instructions

...

  1. Upload your file, from Word, Excel, or PowerPoint into Adobe Acrobat

    Our example table of an Employee List.Image RemovedOur example table of an Employee List.Image Added
  2. Go to the Options Menu and click New Tag, create a Heading 1 tag. Now highlight the heading you have for your document and right click your <H1> tag. Click Create Tag from Selection.

    Options Menu button.Image RemovedTag Hierarchy with our H1 tag, Employee List.Image RemovedOptions Menu in Adobe AcrobatImage AddedTag Hierarchy with our H1 tag, Employee List.Image Added
  3. Go back to the Options Menu and create Table Header tags or <TH>. Highlight your Table Headers one by one and place them into their own <TH> tags.

    The tag hierarchy with our Table Heading Tags included.Image RemovedThe tag hierarchy with our Table Heading Tags included.Image Added
  4. Go back to the Options Menu again and create Table Data tags or <TD>. Highlight your Table Data one by one and place them into their own <TD> tags.

    The tag hierarchy with our Table Data Tags included.Image RemovedThe tag hierarchy with our Table Data Tags included.Image Added
  5. Create Table Row Tags or <TR> for each of your table rows. So if you have two table rows (including header rows, you need to make two <TR> tags. Place all of the <TH> tags in one <TR> tag and all of the <TD> tags in the other <TR> tag.

    The tag hierarchy with our Table Row Tags included.Image RemovedThe tag hierarchy with our Table Row Tags included.Image Added
  6. Create a Table tag and place your <TR> tags inside it. Now open up all of your tags to be sure they are in order. If a data cell is skipped, be sure it is tagged correctly and get it into the right place in the hierarchy.

    The tag hierarchy with our Table Tag included.Image RemovedFinal Tag Hierarchy.Image RemovedFinal Tag Hierarchy.Image Added

...