I am not getting image source path in img tag

Food Web
<section id="home">
<blockquote cite="https://www.sophisticatedgourmet.com/food-quotes/">
    <q>I know once people get connected to real food, they never change back</q>
    <cite>– Alice Waters</cite>
</blockquote>    

</section>

<section id="menu">
    <figure>
        <img src="" alt="Fast Food">
    </figure>
    <figcaption>fast food</figcaption>
</section>

<section id="pricing"></section>

<section id="contactus"></section>
1 Like

@sudarshanjha11781 .

<img src="pic_trulli.jpg" alt="Italian Trulli">//in src you can add your image url from net or from local storage
1 Like