codex-lv2-may-2025

Level Navigation: 1 2 3 4 5 Current Level: 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


đź§Ş Level 6: 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

Open your index.html file in a web browser and verify you can see:


Next: Level 7 - Bootstrap Styling



Level Navigation: 1 2 3 4 5 Current Level: 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