tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> h1 { line-height: 1.2; } p { line-height: 0.8; } </style> </head> <body> <h1>Letter Spacing</h1> <p>CSS is the acronym for Cascading Style Sheets.</p> <p>It is widely used language on the web.</p> </body> </html>