Demo: Difference between revisions
Created page with " == HTML Support Test Page == This page tests various HTML tags to see what is allowed on this wiki. === Text Formatting === * Bold: <b>Bold Text</b> * Italic: <i>Italic Text</i> * Underline: <u>Underline Text</u> * Strike: <s>Strike Text</s> * Subscript: H<sub>2</sub>O * Superscript: E=mc<sup>2</sup> * Small: <small>Small Text</small> * Big: <big>Big Text</big> * Preformatted: <pre>Code Block</pre> * Blockquote: <blockquote>Blockquote Text</blockquote> === Structure &..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<div style="background-color: #eef; padding: 10px; border: 1px solid #99f;"> | |||
== HTML Support Test Page == | == HTML Support Test Page == | ||
This page tests various HTML tags to see what is allowed on this wiki. | This page tests various HTML tags to see what is allowed on this wiki. | ||
| Line 16: | Line 16: | ||
=== Structure & Layout === | === Structure & Layout === | ||
<div | <div> | ||
<h4>Div Container</h4> | <h4>Div Container</h4> | ||
<p>Paragraph inside a div.</p> | <p>Paragraph inside a div.</p> | ||
| Line 54: | Line 54: | ||
<small>Generated by Python Script</small> | <small>Generated by Python Script</small> | ||
</div> | |||
Revision as of 07:00, 28 November 2025
HTML Support Test Page
This page tests various HTML tags to see what is allowed on this wiki.
Text Formatting
- Bold: Bold Text
- Italic: Italic Text
- Underline: Underline Text
- Strike:
Strike Text - Subscript: H2O
- Superscript: E=mc2
- Small: Small Text
- Big: Big Text
- Preformatted:
Code Block
- Blockquote:
Blockquote Text
Structure & Layout
Div Container
Paragraph inside a div.
Span element with style.
Lists (HTML)
- Unordered List Item 1
- Unordered List Item 2
- Ordered List Item 1
- Ordered List Item 2
Table (HTML)
<thead> </thead> <tbody> </tbody>| Header 1 | Header 2 |
|---|---|
| Row 1 Col 1 | Row 1 Col 2 |
| Row 2 Col 1 | Row 2 Col 2 |
Generated by Python Script