Trial Page"
Main page / Trial Page"Namespaces
Views
From GrinderScape Wiki
Jump to: navigation, search
Laddergoat (Talk | contribs) |
Laddergoat (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
h1 | h1 | ||
{ | { | ||
Line 17: | Line 12: | ||
font-size: 14px !important; | font-size: 14px !important; | ||
} | } | ||
− | </style> | + | </style> |
− | <center><h1> | + | |
+ | <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> | + | <th>Type</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> | + | 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
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.
Type |
---|
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.