Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> body { color: lightpink; background: hotpink; } h1 { border-bottom: solid plum; } p { color: rebeccapurple; } </style> <h1>Named Color Example</h1> <p>Let the cat out of the bag...</p>
Preview