Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> body { color: rgb(255,127,80); background: rgb(255,69,0); font-size: 1.5em; } </style> <h1>Color Example</h1> <p>This is the text color for the 'body' element.</p>