Use the `` tag
Set the `src` attribute to the image file path or URL
Set the `alt` attribute for alternative text
Example: `
`
Use relative paths for local images
Use absolute URLs for online images
Set `width` and `height` attributes if needed
Place the `` tag inside the HTML body
Use supported formats like JPG, PNG, GIF, and SVG
