Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> p { font-family: Georgia, Garamond, serif; } </style> <p>This text is rendered in either georgia, garamond, or the default serif font (depending on which font the user's system has).</p>
Preview