This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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...--> |