How can I add an Image?

Hello Team,

How can I add Images to my code?
Please help me ASAP…

Waiting for your reply,
Dheeraj C

Hi @dheeraj.ch.school ,
You can use the img tag to add images.
For example:

<img src="image path" alt="some image description" width="10px" height="10px">

Let me know in case you need any help.

@gaunisha.gaanavi Thank you for the help!