<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.
i think figured out. have curly quotes (“ ”) in img tag. change standard type of quotes. (" ")
Comments
Post a Comment