Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> p { color: darkorange; font-size: 1.5em; padding: 20px; border-style: double; } </style> <p>The 'color' property is for the foreground color of an element's text content, but it is also used as the default color for borders.</p>
Preview