tryit_yourcode See Results <!DOCTYPE html> <html> <head> <style> p { word-spacing: 15px; } </style> </head> <body> <h1>Text Indentation</h1> <p>CSS is the acronym for Cascading Style Sheets.</p> <p>It is widely used language on the web.</p> </body> </html>