Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> blockquote { font-style: normal; font-size: 25px; width: 20em; border-left: 1px solid #000; padding: 3rem 0; hanging-punctuation: first; } </style> </head> <body> <h2>Hanging-punctuation property example</h2> <blockquote>"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s".</blockquote> </body> </html>