Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> blockquote, cite { color: yellowgreen; } </style> <p>Here's a quote:</p> <blockquote>Price is what you pay. Value is what you get.</blockquote> <cite>Warren Buffett</cite>
Preview