Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <title>Example</title> <style> blockquote:before { content: open-quote; } blockquote:after { content:close-quote; } cite:before { content: "Quoted by "; } </style> <h1>Quote of the Day</h1> <blockquote>The length of this document defends it well against the risk of its being read.</blockquote> <cite>Winston Churchill</cite>