Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>text-align-last: justify in RTL</title>
<meta charset="utf-8">
<style>
span.left {
float: left;
}
span.right {
float: right;
}
</style>
</head>
<body>
<p><span class="right">אמר</span><span class="left">המחבר</span></p>
</body>
</html>