Skip to main content

Formatting & Style

Page Markup And Formatting


Headings

h1. Bootstrap heading

h2. Bootstrap heading

h3. Bootstrap heading

h4. Bootstrap heading

h5. Bootstrap heading
h6. Bootstrap heading

Paragraph tags with heading styles

h0. Bootstrap heading

h1. Bootstrap heading

h2. Bootstrap heading

h3. Bootstrap heading

h4. Bootstrap heading

h5. Bootstrap heading

h6. Bootstrap heading



Buttons:

Link Button Primary Link Button Secondary


Blockquotes

Single line blockquote:

A well-known quote, contained in a blockquote element.

blockquote with a cite reference:

A well-known quote, contained in a blockquote element.


Tables

#

Heading

Heading

Heading

Heading

Heading

Heading

Heading

Heading

Heading

1

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

2

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

3

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

4

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

5

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

6

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

7

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Cell

Definition Lists

Description lists

A description list is perfect for defining terms.

Euismod

Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.

Donec id elit non mi porta gravida at eget metus.

Malesuada porta

Etiam porta sem malesuada magna mollis euismod.

Truncated term is truncated

Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

Nesting

Nested definition list

Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.

Lists

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

Ordered List (Nested)

  1. List item one -start at 8
    1. List item one
      1. List item one -reversed attribute
      2. List item two
      3. List item three
      4. List item four
    2. List item two
    3. List item three
    4. List item four
  2. List item two
  3. List item three
  4. List item four

HTML Tags

Address Tag

ACME Corporation        
1123 Fictional St,        
San Francisco, CA 94103        
P: (123) 456-7890

Full Name        
first.last@example.com


Links

Default link

Offset 1 link

Offset 2 link

Offset 3 link


Delete Tag

This tag will let you strike out text, but this tag is recommended supported in HTML5 (use the <s> instead).


Emphasize Tag

The emphasize tag should italicize text.


Horizontal Rule Tag


This sentence is following a <hr /> tag.


Insert Tag

This tag should denote inserted text.


Keyboard Tag

This scarcely known tag emulates keyboard text, which is usually styled like the <code> tag.


Preformatted Tag

This tag is for preserving whitespace as typed, such as in poetry or ASCII art.


The Road Not Taken

Robert Frost
			Two roads diverged in a yellow wood,
			And sorry I could not travel both          (\_/)
			And be one traveler, long I stood         (='.'=)
			And looked down one as far as I could     (")_(")
			To where it bent in the undergrowth;
			Then took the other, as just as fair,
			And having perhaps the better claim,          |\_/|
			Because it was grassy and wanted wear;       / @ @ \
			Though as for that the passing there        ( > º < )
			Had worn them really about the same,         `>>x<<´
			/  O  \
			And both that morning equally lay
			In leaves no step had trodden black.
			Oh, I kept the first for another day!
			Yet knowing how way leads on to way,
			I doubted if I should ever come back.
			I shall be telling this with a sigh
			Somewhere ages and ages hence:
			Two roads diverged in a wood, and I—
			I took the one less traveled by,
			And that has made all the difference.
			and here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;
		

Strike Tag (deprecated in HTML5) and S Tag

This tag shows strike-through text.


Small Tag

This tag shows smaller text.


Strong Tag

This tag shows bold text.


Subscript Tag

Getting our science styling on with H2O, which should push the "2" down.


Superscript Tag

Still sticking with science and Albert Einstein's E = MC2, which should lift the 2 up.


Underline Tag deprecated in HTML 4, re-introduced in HTML5 with other semantics

This tag shows underlined text.