Skip to content

Commit bff9bc6

Browse files
committed
Update Intro to HTML.md
1 parent 1695bcb commit bff9bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lessons/Web Development/HTML/Introduction/Intro to HTML.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In general, line breaks could and should be avoided if possible; CSS can be used
7777
### Images
7878

7979
```html
80-
<img src="http://placehold.it/300x100" alt="A placeholder image" width="300" height="100">
80+
<img src="http://placehold.it/300x100" alt="A placeholder image" width="300" height="100" />
8181
```
8282

8383
- **src** - The URL to the image

0 commit comments

Comments
 (0)