adplus-dvertising
frame-decoration

Question

What is the path for an image located in same folder as the current page?

a.

<img src= “pic.jpg”>

b.

<img src= “../pic.jpg”>

c.

<img src= “images/pic.jpg”>

d.

<img src= “/images/pic.jpg”>

Posted under HTML

Answer: (a).<img src= “pic.jpg”>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the path for an image located in same folder as the current page?