From GrinderScape Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
    th
 
    {
 
        color:#ffffff !important;
 
    }
 
 
 
     h1
 
     h1
 
     {
 
     {
Line 17: Line 12:
 
         font-size: 14px !important;
 
         font-size: 14px !important;
 
     }
 
     }
</style>
+
</style>  
<center><h1>This is obviously a header</h1></center>
+
 
 +
<center>
 +
    <p>Sorry for bypassing your CSS styles on h1 and h2 D:</p>
 +
    <h1>One of the famous <b>headers</b></h1>
 +
</center>
 
<head>
 
<head>
 
     <title>Random Table</title>
 
     <title>Random Table</title>
Line 24: Line 23:
 
<body>
 
<body>
 
     <h2>Monster Locations</h2>
 
     <h2>Monster Locations</h2>
     <table>
+
     <table style="line-height: 1.2em;" class="wikitable plainlinks highlight">
 
         <tr>
 
         <tr>
 
             <th>Image</th>
 
             <th>Image</th>
Line 50: Line 49:
 
     <p>Some text was barely visable so i decided to force some css styles.</p>
 
     <p>Some text was barely visable so i decided to force some css styles.</p>
  
     <table>
+
     <table style="line-height: 1.2em;" class="wikitable plainlinks highlight">
 
         <tr>
 
         <tr>
             <th>H1</th>
+
             <th>Type</th>
            <th>H2</th>
+
            <th>H3</th>
+
            <th>H4</th>
+
            <th>H5</th>
+
 
         </tr>
 
         </tr>
 
         <tr>
 
         <tr>
 
             <td><h1>H1</h1></td>
 
             <td><h1>H1</h1></td>
 +
        </tr>
 +
        <tr>
 
             <td><h2>H2</h2></td>
 
             <td><h2>H2</h2></td>
 +
        </tr>
 +
        <tr>
 
             <td><h3>H3</h3></td>
 
             <td><h3>H3</h3></td>
 +
        </tr>
 +
        <tr>
 
             <td><h4>H4</h4></td>
 
             <td><h4>H4</h4></td>
 +
        </tr>
 +
        <tr>
 
             <td><h5>H5</h5></td>
 
             <td><h5>H5</h5></td>
 
         </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.  
 
<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>
+
     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 19:29, 30 May 2023

Sorry for bypassing your CSS styles on h1 and h2 D:

One of the famous headers

Random Table

Monster Locations

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.

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.