Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .a { font: italic normal 300 1.8em/1.5em Georgia, Times, serif; } .b { font: normal small-caps 300 1.8em/1.5em Georgia, Times, serif; } .c { font: normal normal 400 1.8em/1.5em Georgia, Times, serif; } .d { font: normal normal 300 1.8em/1.5em Helvetica, Arial, sans-serif; } .e { font: normal normal bold 1.8em/1.5em Helvetica, Arial, sans-serif; } </style> <p class="a">Some Random Text to Demonstrate the Effect.</p> <p class="b">Some Random Text to Demonstrate the Effect.</p> <p class="c">Some Random Text to Demonstrate the Effect.</p> <p class="d">Some Random Text to Demonstrate the Effect.</p> <p class="e">Some Random Text to Demonstrate the Effect.</p>
Preview