diff --git a/1.html b/1.html
index 521fb16..faa04c6 100644
--- a/1.html
+++ b/1.html
@@ -1,69 +1,42 @@
-
-
- Speech Synthesis Example
-
-
- Speech Synthesis Example
-
-
-
-
-
-
-
-
-
-
-
-
+ .embed {
+ unicode-bidi: embed;
+ direction: rtl;
+ }
+ .isolate {
+ unicode-bidi: isolate;
+ direction: rtl;
+ }
+ .bidi-override {
+ unicode-bidi: bidi-override;
+ direction: rtl;
+ }
+ .isolate-override {
+ unicode-bidi: isolate-override;
+ direction: rtl;
+ }
+ .plaintext {
+ unicode-bidi: plaintext;
+ direction: rtl;
+ }
+
+
+
+ normal: This is an English text with عربى text embedded.
+ embed: This is an English text with عربى text embedded.
+ isolate: This is an English text with عربى text embedded.
+ bidi-override: This is an English text with عربى text embedded.
+ isolate-override: This is an English text with عربى text embedded.
+ plaintext: This is an English text with عربى text embedded.
+