Vidyalelo
HTML · Q24

HTML Text, Links, table and Lists

Programming · HTML · question 24

Q24

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

A.
<img src= "pic.jpg">
Answer
B.
<img src= "../pic.jpg">
C.
<img src= "images/pic.jpg">
D.
<img src= "/images/pic.jpg">

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board