Merge pull request #13272 from Marmiz/fix/Add-images-challenge

added step by step instruction on adding an image to a website
This commit is contained in:
mrugesh mohapatra
2017-02-18 01:42:09 +05:30
committed by GitHub

View File

@ -570,8 +570,11 @@
"<code>&#60img src=\"https://www.your-image-source.com/your-image.jpg\" alt=\"Author standing on a beach with two thumbs up.\"&#62</code>",
"Note that in most cases, <code>img</code> elements are self-closing.",
"<hr>",
"Try it with this image:",
"<code>https://bit.ly/fcc-relaxing-cat</code>"
"Let's try to add an image to our website:",
"Insert an <code>img</code> tag, before the <code>h2</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."
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",