A collection of HTML code examples used during software engineering classes. Each lesson is stored in its own folder named after the date the material was taught, making it easy to browse the progression of topics session by session.
Each dated folder represents a single class session. It contains the HTML code covered in that lesson plus a README.md with the corresponding lesson notes.
The landing page lists every lesson with two actions: open the code (the lesson card) and View Notes, which renders the lesson's README.md through viewer.html - the Markdown is converted to styled HTML in the browser.
| Date | Topic | Notes |
|---|---|---|
| 07-08-2026 | Basic HTML Elements | View notes |