diff --git a/Demo.html b/Demo.html
index ad3fb8a..da73d4e 100644
--- a/Demo.html
+++ b/Demo.html
@@ -1,11 +1,11 @@
-
-
- HTML Editor Test
-
-
+ span {
+ cursor: pointer;
+ text-decoration: underline;
+ }
+ p {
+ margin: 5px 0;
+ }
+ iframe {
+ border: 1px solid #888;
+ width: 100%;
+ height: 500px;
+ }
+
HTML Editor Test
@@ -78,6 +67,87 @@
Redo
-
+
+
+