Skip to content

Commit

Permalink
Update Intro to HTML.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jun 25, 2015
1 parent 1695bcb commit bff9bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lessons/Web Development/HTML/Introduction/Intro to HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In general, line breaks could and should be avoided if possible; CSS can be used
### Images

```html
<img src="http://placehold.it/300x100" alt="A placeholder image" width="300" height="100">
<img src="http://placehold.it/300x100" alt="A placeholder image" width="300" height="100" />
```

- **src** - The URL to the image
Expand Down

0 comments on commit bff9bc6

Please sign in to comment.