Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> .korean { line-break: strict; } </style> </head> <body> <h2>Line-break property example</h2> <!--Be the change you want to see in the world.--> <span class="korean">세상에서 보고싶은 변화가 있다면 당신 스스로 그 변화가 되어라.</span> </body> </html>