The British Military Open Encyclopedia - ARRSE-Pedia. Back to British Army Rumour Service Home
Html
This page is purely to demonstrate the HTML code available to use within the Wiki, and the visual effect caused by each....
To see how to achieve these effects, click on Edit this page and see the original code
This is a Test
This is a different test
Row 1 Column 1 | Row 1 Column 2 | Row 1 Column 3 | Row 1 Column 4 |
Row 2 Column 1 | Row 2 Column 2 | Row 2 Column 3 | Row 2 Column 4 |
Row 3 Column 1 | Row 3 Column 2 | Row 3 Column 3 | Row 3 Column 4 |
Blockquotes. It's important to note that although most browsers render blockquoted text by indenting it, that's not specifically what it's designed to do. It's conceivable that some future browser may render blockquoted text in some other way (such as red italics). That said however, for the time being, it is perfectly safe to indent blocks of text with the Blockquote tag
Definition Lists - May be useful for the dictionary
- 10th Amendment
- The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people.
Ordered and Unordered Lists. In order to assist with listing items, two types of list are available; Ordered and Unordered. An Ordered List, activated using the <OL> tag, is denoted by each item being sequentially numbered with an <LI> tag. This is displayed on the screen thus:
- Item 1
- Item 2
- Item 3
- Item 4
An Unordered List is not represented in heirarchical order per se. It uses the <UL> tags, and is represented by bullet points, thus:
- Item 1
- Item 2
- Item 3
- Item 4