add image to webpage lacks valid path (extension)
See original GitHub issueadd image to webpage lacks valid path (extension)
Challenge Name
Add Images to your Website
Issue Description
"Try it with this image:
https://bit.ly/fcc-relaxing-cat" needs an extension. https://www.freecodecamp.com/challenges/add-images-to-your-website
Browser Information
- Browser Name, Version:
- Operating System:
- Mobile, Desktop, or Tablet:
Your Code
Screenshot
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
What's the valid way to include an image with no src?
I have a test page up that will twiddle the Content-type and Doctype of a page, and so far my favorite is: <img...
Read more >Why can I not see the images on my website? - Encode.Host
The image file is not located in the same location that is specified in your IMG tag. The image does not have the...
Read more ><img>: The Image Embed element - HTML - MDN Web Docs
The HTML element embeds an image into the document. ... The src attribute is required, and contains the path to the image you...
Read more >Why is my HTML code (<img src='file path…') not working to ...
Your image filename and path must match EXACTLY including case of file name characters. Some image editors save extension as GIF or JPG....
Read more >HTML Images - W3Schools
The HTML <img> tag is used to embed an image in a web page. Images are not technically ... The required src attribute...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I love FCC. However, as someone who has some familiarity with HTML and CSS, and some difficulty with certain elements of syntax, I notice that sometimes things are not explained as completely as a book would do. I understand all of the above and what I would suggest is at some point talking about paths – relative paths, absolute paths, and supported file extensions. Uploading a .psd is not going to render inline, and they need to know that. I once had someone make a Dreamweaver site completely of absolute paths. Needless to say, that didn’t go well. Thanks for this great tool.
On Sat, Feb 18, 2017 at 2:36 PM Samuel Plumppu notifications@github.com wrote:
@QuincyLarson Yeah, that was @smkatz’s idea! 😊
Image paths doesn’t seem to require extensions