11 lines
212 B
HTML
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>
|