+ 1
To insert photos in html u use the <img > tag
For example if u want to insert a photo named pic.jpg it goes as follows
<img src="pic.jpg" >
1.Use the HTML <img> element to define an image.
2.Use the HTML src attribute to define the URL of the image.
3.Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
4.Use the HTML width and height attributes to define the size of the image.