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

Page with HTML5 Structural Elements

Working Example

John Doe’s Web Presence

  • Home
  • Hobbies
  • About
  • Etc.

My Hobbies

These all are activities I love to do on a regular basis.

Physical Activities

Playing Soccer

Soccer is a team sport played between two teams of eleven players with a spherical ball.

Dancing

Dance is a performing art form consisting of purposefully selected sequences of human movement.

Relaxing Activities

Watching Movies

A film, also called a movie, motion picture, theatrical film, or photoplay, is a series of still images which, when shown on a screen, creates the illusion of moving images due to the phi phenomenon.

Copyright 2057 John Doe

Code

  • HTML
  • CSS
  • JavaScript
<header>
  <p>
    John Doe's Web Presence
  </p>
</header>
<nav>
  <ul>
    <li>
      <a href="#">Home</a>
    </li>
    <li>
      <a href="#">Hobbies</a>
    </li>
    <li>
      <a href="#">About</a>
    </li>
    <li>
      <a href="#">Etc.</a>
    </li>
  </ul>
</nav>
<main>
  <h1>
    My Hobbies
  </h1>
  <p>
    These all are activities I love to do on a regular basis.
  </p>
  <h2>
    Physical Activities
  </h2>
  <h3>
    Playing Soccer
  </h3>
  <p>
    Soccer is a team sport played between two teams of eleven players with a spherical ball.
  </p>
  <h3>
    Dancing
  </h3>
  <p>
    Dance is a performing art form consisting of purposefully selected sequences of human movement.
  </p>
  <h2>
    Relaxing Activities
  </h2>
  <h3>
    Watching Movies
  </h3>
  <p>
    A film, also called a movie, motion picture, theatrical film, or photoplay, is a series of still images which, when shown on a screen, creates the illusion of moving images due to the phi phenomenon.
  </p>
</main>
<footer>
  <p>
    Copyright 2057 John Doe
  </p>
</footer>
.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  margin: 0;
}

header {
  background-color: lightpink;
  overflow: hidden;
  border-bottom: 1px solid black;
  padding-left: 20px;
  padding-right: 20px;
}

nav {
  background-color: lightgreen;
  float: left;
  width: 200px;
  border-bottom: 1px solid black;
}

main {
  margin-left: 200px;
  overflow: hidden;
  border-left: 1px solid black;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  background-color: lightsteelblue;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid black;
}
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 Compliance Services — Make Your Digital Assets Accessible in Ontario
  • 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