programming-examples/html/Text/text_direction.html
2019-11-15 12:59:38 +01:00

11 lines
212 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
</head>
<body>
<bdo dir="ltr">The Abbot gave rice to the fox</bdo><br>
<bdo dir="rtl">The Abbot gave rice to the fox</bdo>
</body>
</html>