Changed 'before' to 'after' to reflect the intended image insertion p… (#19072)

* Changed 'before' to 'after' to reflect the intended image insertion point in the code

* Changed h2 to main
This commit is contained in:
Dennis Wolfers
2018-10-17 17:22:44 -07:00
committed by Todd Chaffee
parent 80e0a4c33b
commit 0572ad60fd

View File

@ -22,7 +22,7 @@ Let's add an <code>alt</code> attribute to our <code>img</code> example above:
## Instructions
<section id='instructions'>
Let's try to add an image to our website:
Insert an <code>img</code> tag, before the <code>h2</code> element.
Insert an <code>img</code> tag, after the <code>main</code> element.
Now set the <code>src</code> attribute so that it points to this url:
<code>https://bit.ly/fcc-relaxing-cat</code>
Finally don't forget to give your image an <code>alt</code> text.