Use the `` tag
Set the image source with the `src` attribute
Add alternative text with the `alt` attribute
Example: `
`
Use a relative path for images in the same project
Use an absolute URL for images from the web
Set width and height with the `width` and `height` attributes if needed
Place the `` tag inside the HTML body
Use CSS to control image size and layout if needed
