Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
div.ex1 {
    direction: rtl;
}

</style>
</head>
<body>

<div>This is default text direction.</div>
<div class="ex1">This is right-to-left text direction.</div>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy