How to add image by using tag in HTML?

All QuestionsCategory: HTMLHow to add image by using tag in HTML?
Chetan Shidling Staff asked 5 years ago

I need short information.

1 Answers
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.