(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Mon, 30 Nov 2015 10:24:04 +0000 (11:24 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Mon, 30 Nov 2015 10:24:04 +0000 (11:24 +0100)
test.html [new file with mode: 0644]

diff --git a/test.html b/test.html
new file mode 100644 (file)
index 0000000..87f5041
--- /dev/null
+++ b/test.html
@@ -0,0 +1,31 @@
+<html>\r
+ <body>\r
+  <h1>Style attributes</h1>\r
+  <hr />\r
+\r
+  <a style="color: red">a link</a>\r
+  <b style="color: red">b bold</b>\r
+  <i style="color: red">i italic</i>\r
+  <strong style="color: red">strong bold</strong>\r
+  <em style="color: red">em italic</em>\r
+\r
+  <h1 style="color: red">h1 heading</h1>\r
+  <h2 style="color: red">h1 heading</h2>\r
+  <h3 style="color: red">h1 heading</h3>\r
+  <h4 style="color: red">h1 heading</h4>\r
+  <h5 style="color: red">h1 heading</h5>\r
+  <h6 style="color: red">h1 heading</h6>\r
+\r
+  <div style="color: red">div container</div>\r
+\r
+  <p style="color: red">p paragraph</p>\r
+\r
+  <ol style="color: red">\r
+   <li style="color: red">ol ordered list with li list item</li>\r
+  </ol>\r
+  <ul style="color: red">\r
+   <li style="color: red">ul unordered list with li list item</li>\r
+  </ul>\r
+\r
+ </body>\r
+</html>\r