How to add image by using tag in HTML? All Questions › Category: HTML › How to add image by using tag in HTML? 0 Vote Up Vote Down Chetan Shidling Staff asked 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down Chetan Shidling Staff answered 5 years ago You can add an image in Html code by using this code: <img src=”the.jpg” alt=” Chetan Shidling”> Chetan Shidling will be displayed if the image is not available.