Skip to content

Instantly share code, notes, and snippets.

@ktwilson4
ktwilson4 / index.html
Created September 22, 2025 14:20
Pokémon Debugging Exercise
<!-- Instructions: fix the errors in this HTML code to make it render properly. -->
<h1 class="title">Welcome to the Pokémon Debugging Exercise</h1>
<p class="description">Below, you should see an image of Pikachu:</p>
<!-- 1. Something's wrong with our image tag. It should display our photo of pikachu. -->
<img class="pikachu" scr="https://static.wikia.nocookie.net/pokemon/images/6/6c/Char-pikachu.png/revision/latest/scale-to-width/360?cb=20190430034300" alt="Pikachu's image should appear here.">
<!-- 2. The unordered list should include Pikachu. Add another list item. Something is also wrong with Charmander's tag...-->