Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> p { direction: rtl; } </style> <p>This text is running from right to left. This can be useful for languages where the text runs from right to left. Not so useful for english though...</p>
Preview