We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1695bcb commit bff9bc6Copy full SHA for bff9bc6
Lessons/Web Development/HTML/Introduction/Intro to HTML.md
@@ -77,7 +77,7 @@ In general, line breaks could and should be avoided if possible; CSS can be used
77
### Images
78
79
```html
80
-<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" />
81
```
82
83
- **src** - The URL to the image
0 commit comments