Use the `` tag
Add the image file path in the `src` attribute
Add alternative text in the `alt` attribute
Example: `
`
Use a relative path for images in the same project
Use an absolute URL for online images
Add `width` and `height` attributes if needed
Close the tag properly in HTML5 by leaving it as ``
