🔀: Reverse String using HTML Tag Only

withrvr

Raghav Rathi

Posted on February 4, 2023

🔀: 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

💖 💪 🙅 🚩
withrvr
Raghav Rathi

Posted on February 4, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related