Skip to content

prvthmpcypher/html-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Notes

Follow on X   Connect on LinkedIn

HTML Notes

Self-written notes on HTML — from the page skeleton to semantic markup to a full accessibility deep-dive (ARIA, screen readers, keyboard navigation). Written in my own words while learning, with a review sheet closing out each section.

Structure

html-notes/
├── 01-html-basics/     ← boilerplate, attributes, entities, media, links, paths
├── 02-semantic-html/   ← why semantics matter, heading hierarchy, semantic tags
└── 03-accessibility/   ← ARIA, screen readers, WAI-ARIA, keyboard navigation

Contents

Section Topics
HTML Basics 23 notes — browse
Semantic HTML 14 notes — browse
Accessibility 20 notes — browse

Full topic list

HTML Basics (23 topics)
Semantic HTML (14 topics)
Accessibility (20 topics)

How to use this

  • HTML Basics and Semantic HTML each end with a review file — use it to self-test.
  • Accessibility is written as a Q&A set (mirroring how it's taught in most a11y curricula) — read a few a day rather than all at once, it sticks better that way.

References

See REFERENCES.md for the sources consulted while writing these notes, especially the Accessibility section.

License

Released under the MIT License.

About

Self-written HTML notes — basics, semantic markup, and a full accessibility (a11y) deep-dive. Written while learning, not copy-pasted.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors