Merge pull request #2421 from bugron/bugron-1063

fixed missing URL scheme #1063
pull/2569/head
Berkeley Martinez 2015-08-24 11:15:02 -07:00
commit 175800ef37
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@
"difficulty": 1.17,
"description": [
"You can add images to your website by using the <code>img</code> element, and point to a specific image's URL using the <code>src</code> attribute.",
"An example of this would be <code>&#60img src=\"www.your-image-source.com/your-image.jpg\"&#62</code>. Note that in most cases, <code>img</code> elements are self-closing.",
"An example of this would be <code>&#60img src=\"http://www.your-image-source.com/your-image.jpg\"&#62</code>. Note that in most cases, <code>img</code> elements are self-closing.",
"Try it with this image: <code>https://bit.ly/fcc-relaxing-cat</code>."
],
"tests": [