Page 1 of 1

Code, Quotes, Lists and links examples

Posted: Sun Oct 09, 2016 6:55 pm
by PlanetStyles
Here we're going to show off some code, quotes and lists:

First up, standard code:

Code: Select all

<span class="something">Hello world!</span>
Now some PHP code:

Code: Select all

<?php echo 'hello world!' ?>

Re: Code, Quotes, Lists and links examples

Posted: Sun Oct 09, 2016 6:58 pm
by PlanetStyles
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
Here we're going to show off some code, quotes and lists

Here are some quotes:
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
Here we're going to show off some code, quotes and lists
This is a line of text directly below the quote.

Now let's try some nested quotes, starting with 1 nest:
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
Here we're going to show off some code, quotes and lists
This is a line of text directly below the quote.
Now 2 nested quotes:
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
PlanetStyles wrote:
Sun Oct 09, 2016 6:55 pm
Here we're going to show off some code, quotes and lists
This is a line of text directly below the quote.
This is a nested quote
Great! :)

And now an unfancy quote:
PlanetStyles wrote:Here we're going to show off some code, quotes and lists

Re: Code, Quotes, Lists and links examples

Posted: Sun Oct 09, 2016 6:58 pm
by PlanetStyles
Let's try some ordered and unordered lists, experimenting with various nesting:

Ordered list:
  1. List item 1
  2. List item 2
  3. List item 3
  1. List item 1
  2. List item 2
    1. Nested list item 1
    2. Nested list item 2
    3. Nested list item 3
      1. Second nested list item 1
      2. Second nested list item 2
      3. Second nested list item 3
    4. Nested list item 4
    5. Nested list item 5
  3. List item 3
  4. List item 4

Unordered list:
  • List item 1
  • List item 2
  • List item 3
  • List item 1
  • List item 2
    • Nested list item 1
    • Nested list item 2
    • Nested list item 3
      • Second nested list item 1
      • Second nested list item 2
      • Second nested list item 3
    • Nested list item 4
    • Nested list item 5
  • List item 3
  • List item 4

Re: Code, Quotes, Lists and links examples

Posted: Sun Oct 09, 2016 6:59 pm
by PlanetStyles
Links:

The first is an unvisited link. The next is a link you've probably visited before.