<img src> tag issue while practicing Html on macbook -


can please give me clear idea on why image not show when use <img src> tag <img src="../../newimg.jpg"> image gets displayed when use <img src="../../newimg.jpg ">. got difference? image gets displayed when give space between newimg.jpg , '"'. don't know why happens.

i'm using macbook pro. tried same code in textedit , bbedit.

code , image under same folder.

/documents/website/index.html.

/documents/website/newimg.jpg

update

when manually checked image file name unable identify spaces after .jpg when inspect image think found something. **test 1**

**test 2**

i think figured out. have curly quotes (“ ”) in img tag. change standard type of quotes. (" ")


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -