Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <title>Example</title> <!-- CSS --> <style scoped> .example2 { font-family: Helvetica, Arial, sans-serif; } </style> </head> <body> <!-- HTML --> <div class="example2"> <p>Example of the CSS <code>font-family</code> property.</p> </div> </body> </html>
Preview