Skip to content

DigitalA11Y

Your Accessibility Partner

  • Home
  • ServicesExpand
    • WCAG Audit Services
    • VPAT/ACR Services
    • Accessibility Consulting
    • PDF Remediation
    • Accessibility Trainings
    • Website Remediation
    • Design Audit
  • Free ToolsExpand
    • Accessibility Checker
    • A11Y Cost Calculator
    • A11Y Bookmarklets
    • Color Contrast Extension
    • WCAG Contrast Checker
  • ResourcesExpand
    • A11Y Articles
    • WCAG Primer
    • ARIA Cheatsheet
    • A11Y Tools
    • A11Y Patterns
    • A11Y Cheatsheets
  • Contact
Search
DigitalA11Y
Your Accessibility Partner
Search

Table with Unique IDs

Address List
ID First name Last name Street City
1000001 Jack Doe Boulevard Street 123 New York
1000002 Jim Doe Boulevard Street 123 Smallville
1000003 John Doe Main Street 123 New York
1000004 John Doe Main Street 123 Tampa
1000005 John Doe Another Street 123 New York
1000006 Jules Doe Another Street 123 Tampa

Code

  • HTML
  • CSS
  • JavaScript
<table>
  <caption>Address List</caption>
  <thead>
    <tr>
      <th>
        ID
      </th>
      <th>
        First name
      </th>
      <th>
        Last name
      </th>
      <th>
        Street
      </th>
      <th>
        City
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th>
        1000001
      </th>
      <td>
        Jack
      </td>
      <td>
        Doe
      </td>
      <td>
        Boulevard Street 123
      </td>
      <td>
        New York
      </td>
    </tr>
    <tr>
      <th>
        1000002
      </th>
      <td>
        Jim
      </td>
      <td>
        Doe
      </td>
      <td>
        Boulevard Street 123
      </td>
      <td>
        Smallville
      </td>
    </tr>
    <tr>
      <th>
        1000003
      </th>
      <td>
        John
      </td>
      <td>
        Doe
      </td>
      <td>
        Main Street 123
      </td>
      <td>
        New York
      </td>
    </tr>
    <tr>
      <th>
        1000004
      </th>
      <td>
        John
      </td>
      <td>
        Doe
      </td>
      <td>
        Main Street 123
      </td>
      <td>
        Tampa
      </td>
    </tr>
    <tr>
      <th>
        1000005
      </th>
      <td>
        John
      </td>
      <td>
        Doe
      </td>
      <td>
        Another Street 123
      </td>
      <td>
        New York
      </td>
    </tr>
    <tr>
      <th>
        1000006
      </th>
      <td>
        Jules
      </td>
      <td>
        Doe
      </td>
      <td>
        Another Street 123
      </td>
      <td>
        Tampa
      </td>
    </tr>
  </tbody>
</table>
table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid;
  padding: 4px 8px;
}

th {
  text-align: left;
}
NIL

Company

  • About
  • Blog
  • Careers
  • Contact

Services

  • Accessibility Audits
  • Accessibility Consulting
  • VPAT/ACR
  • Accessibility Trainings

Compliance

  • WCAG
  • ADA
  • Section 508
  • EN 301 549
  • EAA
  • AODA
  • ACA

Resources

  • Accessibility Resources
  • Understanding WCAG
  • WCAG Checklist
  • Understanding WAI-ARIA

Legal

  • Privacy Policy
  • Terms and Conditions
  • Disclaimer
  • Accessibility Statement for digitala11y.com
  • Sitemap

© 2025 DigitalA11Y
All Rights Reserved

Linkedin Twitter Facebook Instagram YouTube

DigitalA11Y
Plot No 108, 3rd Cross Rd, Saipuri Colony,
Hastinapuri Colony, Sainikpuri, Secunderabad -500094
Telangana, India.

Tel:(+91)99082 66680,
E-mail: [email protected]

Scroll to top
  • Home
  • Services
    • WCAG Audit Services
    • VPAT/ACR Services
    • Accessibility Consulting
    • PDF Remediation
    • Accessibility Trainings
    • Website Remediation
    • Design Audit
  • Free Tools
    • Accessibility Checker
    • A11Y Cost Calculator
    • A11Y Bookmarklets
    • Color Contrast Extension
    • WCAG Contrast Checker
  • Resources
    • A11Y Articles
    • WCAG Primer
    • ARIA Cheatsheet
    • A11Y Tools
    • A11Y Patterns
    • A11Y Cheatsheets
  • Contact