Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html css change reading direction

<bdo> Text Direction : Left To Right </bdo>

<!-- This is to change the text direction. 
https://javaconceptoftheday.com/html-cheat-sheet/
-->

<bdo dir="rtl">Text Direction : Right To Left</bdo>
 
PREVIOUS NEXT
Tagged: #html #css #change #reading #direction
ADD COMMENT
Topic
Name
7+7 =