codex-lv2-may-2025

Level Navigation: 1 2 3 4 Current Level: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34

Level 5: UI & DOM Wiring - Basic Interface

Goal: Build the Bootstrap UI, connect it with helpers (or direct DOM methods), and test interactions. (Choose meaningful ids. Example only: <input id="userPrompt">.)


What You’ll Do

Add the basic interface elements to your HTML.

Instructions

In the HTML, add the interface:

💡 Code Hints

Need help with the HTML structure? Check out these snippets:

✅ Check

Navigate to your file in your browser (remember, you’re using live-server) and verify you can see:




Level Navigation: 1 2 3 4 Current Level: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34