Home / CSS Tips Generated By ChatGPT / Utilizing Background Images in CSS Background images are added using the background-image property. Source Code body { background-image: url('background.jpg'); }