Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<title>text-align-last: start</title>
<meta charset="utf-8">
<link rel="match" href="text-align-last-start-ref.html">
<style>
p {
text-align: end;
text-align-last: start;
}
</style>
</head>
<body>
<p>Lorem ipsum</p>
<p dir="rtl">אמר המחבר</p>
</body>
</html>