codex-lv2-may-2025

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


🧪 Level 2: Basic HTML Structure

What You’ll Do

Set up the basic HTML structure and link all necessary files.

Instructions

Example Script Order in index.html

<!-- Example script order in index.html -->
<script src="helpers-full.js"></script>
<script src="secret-variables.js"></script>
<script src="chatbot.js"></script>

Next: Level 3 - Live Server Test



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