This, for example, is an example of a standard paragraph with at least 100+ words of content. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. This is bold (the "strong" tag), whereas this is italicized (the "emphasis" tag). Libero a est enetiam sodales euismod libero. Vivamus eu ante. Donec non lacus. Praesent volutpat euismod tellus! Cras sem dui, auctor eget, hendrerit sed, consequat ut, sem. this is an external link Nullam consequat ante. Vestibulum sit amet turpis. Aliquam est ligula, varius ac; blandit vitae, ultrices et, elit! Etiam vestibulum mollis purus.

What follows here are the heading levels up to the sixth level:

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six

This is an unordered bullet list:

This is the same unordered bullet list, but within a paragraph:

This is an ordered bullet list:

  1. Nulla placerat.
  2. Lacus et adipiscing auctor.
  3. Diam quam faucibus est.
  4. Ultrices metus mi non ipsum.

This is an ordered bullet list:

  1. Nulla placerat.
  2. Lacus et adipiscing auctor.
  3. Diam quam faucibus est.
  4. Ultrices metus mi non ipsum.

Integer viverra felis ac ante. Quisque feugiat lacus ut quam, and here's what they said:

This is a block quote. Fusce eu nisl vel nisi molestie aliquam! Ut et quam eget felis ullamcorper tempus. Sed massa. Donec pretium ante id mi. In a nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vivamus arcu ante, euismod vel, ornare at, venenatis in, elit. Aenean mauris. Pellentesque eget quam. Aliquam adipiscing nunc non leo. Phasellus aliquam fringilla enim.

A horizontal rule follows this line:


This is a table:

Table Caption
Table head th Table head th
Table head td Table head td
Table body th Table body th
Table body td Table body td
Table foot th Table foot th
Table foot td Table foot td

The following is a "script". If you see anything after this line but before the next, note this in QA:


This is pre-formatted code:

    if(arguments[1])
      if(this._isStringOrNumber(arguments[1]) ||
        (arguments[1] instanceof Array)) {
          this._children(element, arguments[1]);
        } else {
          var attrs = this._attributes(arguments[1]);
          if(attrs.length) {
            try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707
              parentElement.innerHTML = "<" +elementName + " " +
                attrs + "></" + elementName + ">";
            } catch(e) {}
            element = parentElement.firstChild || null;
            // workaround firefox 1.0.X bug
            if(!element) {
              element = document.createElement(elementName);
              for(attr in arguments[1])
                element[attr == 'class' ? 'className' : attr] = arguments[1][attr];
            }
            if(element.tagName.toUpperCase() != elementName)
              element = parentElement.getElementsByTagName(elementName)[0];
            }
        }

What follows is a long list of tags. Most of these may not specifically work — they are outdated — but we want to make sure none of them actively break the page.

I am the a tag example
I am the abbr tag example
I am the acronym tag example
I am the b tag example
I am the big tag example
I am the cite tag example
I am the code tag example
I am the del tag example
I am the dfn tag example
I am the em tag example
I am the font tag example
I am the i tag example
I am the ins tag example
I am the kbd tag example
I am the q tag inside a q tag example
I am the s tag example
I am the samp tag example
I am the small tag example
I am the span tag example
I am the strike tag example
I am the strong tag example
I am the sub tag example
I am the sup tag example
I am the tt tag example
I am the var tag example
I am the u tag example