Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html css change reading direction

/*
https://www.w3schools.com/tags/tag_bdo.asp
Default CSS Settings
Most browsers will display the <bdo> element with the following default values:
*/
bdo {
  unicode-bidi: bidi-override;
}
 
PREVIOUS NEXT
Tagged: #html #css #change #reading #direction
ADD COMMENT
Topic
Name
5+7 =