-3

I'm trying add the images to html5 code.

 <!DOCTYPE html>
<html>
<head>
<title> trying the code </title>
<body>
<h1> html code </h1>
<img src="YOUniverse-swati1.jpg"/>
</body>
</html>
Filburt
  • 17,626
  • 12
  • 64
  • 115
  • 1
    It takes more time to ask this question here instead searching fast just 2 words: html images. Don't mind but you can solve your problem fast without waiting here those primitive answers. – WebDeveloper May 07 '20 at 07:00
  • ok...tq for the suggestion. @StangaciuGeorge – Swathi Kader May 07 '20 at 07:05

1 Answers1

0

Just by using the <img> tag - For Example-

<img src="nature.jpg" alt="Nature" />

Just make sure that the image name is correct & is placed in the same folder.

Satnam Singh
  • 324
  • 2
  • 12