Hi Ryan,
You have this as your code:
<img src="http://www.capitalcitymopars.com/images/RyanBlueTruck1.jpg"width="641"hight="238"altRyan'sTruck"></html>
<hr>You actually need:
<img src="http://www.capitalcitymopars.com/images/RyanBlueTruck1.jpg" width="641" height="238" alt="Ryan's Truck">
So there are a few errors.
1. you need alt="Ryan's Truck" not altRyan'sTruck"
2. height is spelled height not hight
3. you should probably use a space between each attribute
4. don't put <html> at the beginning of your post, and don't put </html> at the end of the post