From c2ecaf87e462fd6600ce5ee6a29cb352de042714 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 24 Sep 2025 22:26:00 +0200 Subject: update --- test/test-styles.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 test/test-styles.html (limited to 'test/test-styles.html') diff --git a/test/test-styles.html b/test/test-styles.html new file mode 100644 index 0000000..2cae284 --- /dev/null +++ b/test/test-styles.html @@ -0,0 +1,107 @@ + + + +Test Color-Styles + + + +

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+ +

Heading 1 - Ordinary Text

+

Heading 2 - Fontlike Text

+ +This is b (bold). +
+This is big. +
+This is blink. +
+This is i (italicized). +
+This is small. +
+This is strike. +
+This is tt (typewriter). +
+This is u (underlined). + +

Heading 2 - Emphasized Text

+This is cite (citation). +
+This is code. +
+This is del. +
+This is dfn (definition). +
+This is emphasized. +
+This is ins. +
+This is kbd (keyboard). +
+This is q (quoted). +
+This is samp (sample). +
+This is span. +
+This is strong. +
+This is var. + +

Heading 1 - Ordinary Links

+This is a link to fontlike text. +
+This is a link to emphasized text. + +

Heading 1 - Emphasized Links

+

Heading 2 - Fontlike Links

+
+This is b (bold) link. +
+This is big link. +
+This is blink link. +
+This is i (italicized) link. +
+This is small link. +
+This is strike link. +
+This is tt (typewriter) link. +
+This is u (underlined) link. + +

Heading 2 - Emphasized Links

+This is cite (citation) link. +
+This is code link. +
+This is del link. +
+This is dfn (definition) link. +
+This is emphasized link. +
+This is ins link. +
+This is kbd (keyboard) link. +
+This is q (quoted) link. +
+This is samp (sample) link. +
+This is span link. +
+This is strong link. +
+This is var link. + -- cgit v1.2.3