<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p>The following text should be rendered as 3 lines with justification. The spaces are evenly distributed over (the first line of) text.</p>
<div style='width: 100px; direction: rtl; text-align: justify;'>ولي العهد يوجه بتكريم مواطن ومقيم أنقذا</div>
<br />
<p> The following text should be rendered as 2 lines with justification. The 1st line should be totally justified ( which means
aligned with the 2nd line at right side) and there should be no text overlapping in the 1st line.
</body>
<div style='width: 250px; direction: rtl; text-align: justify;'>الخميس.
وقال المتحدث احمد فوزي "ما نتوقعه في العاشر
</div>
</html>