From GrinderScape Wiki
Jump to: navigation, search
(Created page with "<center><h1>Laddergoats Test Page</h1></center>")
 
Line 1: Line 1:
 +
<html>
 
<center><h1>Laddergoats Test Page</h1></center>
 
<center><h1>Laddergoats Test Page</h1></center>
 +
<head>
 +
    <title>Random Table</title>
 +
</head>
 +
<body>
 +
    <h1 >Wiki Editor</h1>
 +
    <table>
 +
        <tr>
 +
            <th style="color:#ffffff !important">Column 1</th>
 +
            <th style="color:#ffffff">Column 2</th>
 +
            <th style="color:#ffffff">Column 3</th>
 +
        </tr>
 +
        <tr>
 +
            <td>Row 1, Cell 1</td>
 +
            <td>Row 1, Cell 2</td>
 +
            <td>Row 1, Cell 3</td>
 +
        </tr>
 +
        <tr>
 +
            <td>Row 2, Cell 1</td>
 +
            <td>Row 2, Cell 2</td>
 +
            <td>Row 2, Cell 3</td>
 +
        </tr>
 +
        <tr>
 +
            <td>Row 3, Cell 1</td>
 +
            <td>Row 3, Cell 2</td>
 +
            <td>Row 3, Cell 3</td>
 +
        </tr>
 +
    </table>
 +
</body>
 +
</html>

Revision as of 18:04, 30 May 2023

Laddergoats Test Page

Random Table

Wiki Editor

Column 1 Column 2 Column 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 1 Row 2, Cell 2 Row 2, Cell 3
Row 3, Cell 1 Row 3, Cell 2 Row 3, Cell 3