Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> p { font: italic small-caps bold 20px Georgia, Garamond, serif; } </style> <p>The styles for this text has been specified with the 'font' shorthand property.</p>
Preview