P2B-WEB-2026_2025/block-01/week-02-html_and_the_dom/demo
2026-07-02 19:45:41 +02:00
..
avatar.svg Added Week 2 2026-07-02 19:45:41 +02:00
bylaw-182.html Added Week 2 2026-07-02 19:45:41 +02:00
form.html Added Week 2 2026-07-02 19:45:41 +02:00
index.html Added Week 2 2026-07-02 19:45:41 +02:00
profile.html Added Week 2 2026-07-02 19:45:41 +02:00
README.md Added Week 2 2026-07-02 19:45:41 +02:00
sector-map.svg Added Week 2 2026-07-02 19:45:41 +02:00
style.css Added Week 2 2026-07-02 19:45:41 +02:00
transmission-poster.svg Added Week 2 2026-07-02 19:45:41 +02:00

Demo — Login Form

This demo is a simple static HTML page with a login form. It doesn't actually authenticate — it just shows how HTML looks and how to inspect it in the browser. Use this as a starting point to explore HTML structure and the DOM.

Setup

  1. Create a new file index.html with the following content:
  2. Open index.html in your browser