summaryrefslogtreecommitdiff
path: root/legacy/other/aligntests/sn.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/other/aligntests/sn.html')
-rw-r--r--legacy/other/aligntests/sn.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/legacy/other/aligntests/sn.html b/legacy/other/aligntests/sn.html
new file mode 100644
index 0000000..d89cf1d
--- /dev/null
+++ b/legacy/other/aligntests/sn.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head><title>Alignment test case (standards)</title></head>
+<body>
+
+<div align="right" style="width:70%; border:1px solid green;">
+ div right
+ <div align="center" style="width:70%; border:1px solid green;">
+ div center
+ <div style="width:70%; border:1px solid green;">
+ div
+ </div>
+ </div>
+</div>
+
+</body>
+</html> \ No newline at end of file