Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <html> <head> <title>Example</title> <!-- CSS --> <style scoped> .example3 { font-size: 20pt; line-height: 25pt; } </style> </head> <body> <!-- HTML --> <div class="example3"> <p>Example of the CSS <code>font-size</code> property along with the <code>line-height</code> property to specify the height of each line.</p> </div> </body> </html>
Preview