Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <title>My Example</title> <style> body { background-color: gold; } </style> </head> <body> <h1>Background Color</h1> <p>This page has a background color applied to the <a href="/html/tags/html_body_tag.cfm"><code>body</code></a> element. More colors <a href="/css/css_color_codes.cfm">here</a>.</p> </body> </html>
Preview