TagTrek
Welcome to TagTrek! Match each HTML tag to its correct description. Click a tag, then its matching description!
What is TagTrek? (for students):
- TagTrek randomly shuffles HTML tags and their descriptions.
- Click a tag, then click the description you think matches.
- If you match correctly, both cards are locked in blue. If not, they flash red.
- Try to match all pairs! Use the Reset button to try again.
How we built TagTrek (for teachers):
- We use Bootstrap 5 for layout and styling.
- All logic is in plain JavaScript, with lots of comments for learning.
- See the
<script> section for step-by-step explanations.
- To add more tags, just edit the
tagPairs array in the script.