Adding pics to coding

will someone please help me add pictures to my coding /???

@taniya27 to add images to your html page.
you have to use this tag

<img src = "path to image either url or from your computer " width = "prefered width " height = "prefered height" alt = "in case image fails to load"/>