Prev Demo
CSS3
>
Writing Mode
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> .class1 { writing-mode: vertical-rl; } .class2{ writing-mode:vertical-lr; } </style> </head> <body> <p>Writing mode </p> <p class="class1">TechFunda is a free How to web technologies tutorials website. Enjoy your learning in How to manner that are based on real time problem solutions. If you have a how to problem to ask, please ask here.</p> <p class="class2">TechFunda is a free How to web technologies tutorials website. Enjoy your learning in How to manner that are based on real time problem solutions. If you have a how to problem to ask, please ask here.</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output