In traditional HTML, background images were set using the background attribute on the body tag. While modern practices use CSS, option C shows the correct HTML attribute syntax. Options A and B use non-existent attributes or tags, and option D places background as a standalone attribute without the body tag.