Prev Demo
CSS3
>
Directions
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> div.x1 { direction: ltr; } div.y1 { direction: rtl; } div.x2 { direction: inherit; } div.y2 { direction: initial; } </style> </head> <body> <p>Direction properties</p> <div class="x1">Dotnetfunda is a online tutorial for beginners </div> <div class="y1">TechFunda is a online tutorial for beginners to learn step by step procedure</div> <div class="x2">ITFunda provides online and offline classes for the beginers </div> <div class="y2">KidsFunda provides entertainment for the kidfs and enjoying learning </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output