<html>
<head>
<style>
p.rtl {
direction: rtl;
}
</style>
</head>
<body>
<h1>The direction Property</h1>
<p>This text goes from left to right. This is default.</p>
<p class="rtl">This text goes from right to left.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_text_direction by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:47 GMT -->
</html>