Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <title>My Example</title> <style> body { background-image: url('/pix/samples/bg2.png'); background-repeat: no-repeat; } </style> </head> <body> <h1>Background Color</h1> <p>This page has a background image applied to the <a href="/html/tags/html_body_tag.cfm"><code>body</code></a> element.</p> </body> </html>
Preview