DEV Community

Raghav Rathi
Raghav Rathi

Posted on • Updated on

🔀: Reverse String using HTML Tag Only

👩‍💻: Code

<div>
    <bdo dir="ltr"> Normal Text </bdo>
    <bdo dir="rtl"> Reversed Text </bdo>
</div>
Enter fullscreen mode Exit fullscreen mode

🖥️: Output

Top comments (0)