tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> h1 { letter-spacing: 10px; } p { letter-spacing: -5px; } </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>