How do you insert an image in the HTML webpage?

 You can insert an image in the HTML webpage by using the following code:

<!DOCTYPE html>

<html>

  <body>

    <h2>HTML Image Example</h2>

    <img src=”tulip.jpeg” />

  </body>

</html>


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *