Place the image file in your project folder
Use the `` tag in your HTML file
Set the `src` attribute to the image path
Use a relative path if the image is in a folder inside your project
Example: `
`
Use `../` to go up one folder if needed
Example: `
`
Make sure the file name and extension are correct
Make sure the folder name is spelled correctly
Use `alt` text for accessibility and fallback content
