blob: ded6defa8a07285acbeb67fb5445da7a7f0920c8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>text-align-last: end</title>
<meta charset="utf-8">
<style>
p {
text-align: end;
}
</style>
</head>
<body>
<p>Lorem ipsum</p>
<p dir="rtl">אמר המחבר</p>
</body>
</html>