From GrinderScape Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
     th, h1
+
     th
 
     {
 
     {
 
         color:#ffffff !important;
 
         color:#ffffff !important;
 
     }
 
     }
  
     h2
+
     h1
 
     {
 
     {
 
         color:#ffffff !important;
 
         color:#ffffff !important;
 
         font-size: 16px !important;
 
         font-size: 16px !important;
 +
    }
 +
 +
    h2
 +
    {
 +
        color:#ffffff !important;
 +
        font-size: 14px !important;
 
     }
 
     }
 
</style>
 
</style>
<center><h2>Laddergoats Test Page</h2></center>
+
<center><h1>This is obviously a header</h1></center>
 
<head>
 
<head>
 
     <title>Random Table</title>
 
     <title>Random Table</title>
 
</head>
 
</head>
 
<body>
 
<body>
     <h1>Wiki Editor</h1>
+
     <h2>Monster Locations</h2>
 
     <table>
 
     <table>
 
         <tr>
 
         <tr>
Line 40: Line 46:
 
         </tr>
 
         </tr>
 
     </table>
 
     </table>
<p>I've been <i>"coding"</i> since i was 15 years old. I've switched on and of between some languages and learned most of the basics, i'm not an expert though. I can just get the <b>job done</b></p>
+
 
 +
    <h2>Just to show you i know how tables and headers work and even combine them for example.</h2>
 +
    <p>Some text was barely visable so i decided to force some css styles.</p>
 +
 
 +
    <table>
 +
        <tr>
 +
            <th>H1</th>
 +
            <th>H2</th>
 +
            <th>H3</th>
 +
            <th>H4</th>
 +
            <th>H5</th>
 +
        </tr>
 +
        <tr>
 +
            <td><h1>H1</h1></td>
 +
            <td><h2>H2</h2></td>
 +
            <td><h3>H3</h3></td>
 +
            <td><h4>H4</h4></td>
 +
            <td><h5>H5</h5></td>
 +
        </tr>
 +
    </table>
 +
<p>I've been <i>"coding"</i> since i was 15 years old. I've switched on and of between some languages and learned most of the basics, i'm not an expert though.  
 +
    I can just get the <b>job done</b> with a lot of help from google. HTML was actually the first language i ever learned as it seemed the easiest one to master back in the day.</p>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 18:59, 30 May 2023

This is obviously a header

Random Table

Monster Locations

Image Monster Location
Rune Dragon Lithkren Vault
Cow Lumbridge
Rock Crab Relleka

Just to show you i know how tables and headers work and even combine them for example.

Some text was barely visable so i decided to force some css styles.

H1 H2 H3 H4 H5

H1

H2

H3

H4

H5

I've been "coding" since i was 15 years old. I've switched on and of between some languages and learned most of the basics, i'm not an expert though. I can just get the job done with a lot of help from google. HTML was actually the first language i ever learned as it seemed the easiest one to master back in the day.