PDF terminology can be confusing for beginners. Many people are more familiar with what things are called on the web. Some elements have the same tags in PDFs and webpages (e.g., <P>, <H1>, <Table>) but there are also differences.
Below is a reference table with PDF terms that a user may not be familiar with and their corresponding web counterpart or meaning.
PDF Term or Tag | Web Term, Tag, or Meaning |
---|---|
<Figure> | Image, <img> |
<Artifact> | Decorative image (alt=""), aria-hidden |
dc:title | <title> |
Lists
| Lists
|
<Form> | <input>, <textarea>, <select>. Note: Do not confuse with HTML <form> element; these are the fields, not the container. |
Tooltip of <Form> field | <label> for <input>, <textarea>, etc. |
<Link> | <a> |
<Annot> |
|
<Part> | Indicates major sections of a document, like a chapter. No direct HTML equivalent. |
<Art> | <article> |
<Sect> | <section> |
<TOC> | Table of contentsl no direct HTML equivalent. |
<Index> | Document index; no direct HTML equivalent. |
<Note> and <Reference> | Footnotes; no direct HTML equivalent. Note is the footnote text, Reference is the link. |