Switch to full style
HTML code examples
Post a reply

overriding the direction of text within body content

Tue Dec 13, 2011 10:54 pm

bdo tag used in overriding the direction of text within body content , you can use such tag when you are using languages that have different direction, for instance English and Arabic.

Code:
<html>
<
head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>override the direction of word.</title>
</
head>

<
body>
  <p>Normal test direction</p>
  <p><bdo dir="rtl">change in the direction</bdo></p>

</
body>
</
html>
 




Post a reply
  Related Posts  to : overriding the direction of text within body content
 change the direction of text in your page     -  
 display the content of text file     -  
 overriding method in php     -  
 Overriding Equals Method     -  
 Overriding the Function of a Base Class     -  
 Able to Copy Text from Uneditable Text Boxes(JTextfields)     -  
 CSS body example     -  
 hi every body . . .     -  
 Add background to body     -  
 set margin to body tag     -  

Topic Tags

HTML Direction