HTML Elements Example Page

Placeholder

This is a paragraph with a class of 'lead' that makes the text larger and italics. It would typically be used as lead in text to the page.

This is h1 level heading

This is h2 level heading

This is h3 level heading

This is h4 level heading

This is h5 level heading
This is h6 level heading

Tabs

Date » Tab 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Tab 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Tab 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.

Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.

Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Date » Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec imperdiet sodales quam sed scelerisque. Nunc a elit a velit malesuada ultricies ac a nisl. Cras ac est leo, ut facilisis risus. Vivamus ultricies aliquet orci. Praesent lorem magna, adipiscing vitae tincidunt ut, ornare ut nisi. Quisque ac erat in arcu viverra eleifend eu eget arcu. Nunc congue urna eget metus mattis blandit.


Basic block level elements

This is a normal paragraph (p element). To add some length to it, let us mention that this page was primarily wrien for testing the effect of user style sheets. You can use it for various other purposes as well, like just checking how your browser displays various HTML elements.

This is another paragraph. I think it needs to be added that the set of elements tested is not exhaustive in any sense. I have selected those elements for which it can make sense to write user style sheet rules, in my opionion.

This is a div element. Authors may use such elements instead of paragraph markup for various reasons. (End of div.)

This is a block quotation containing a single paragraph. Well, not quite, since this is not really quoted text, but I hope you understand the point.

The following contains address information about the author, in an address element.

Erika Tompkins, etompkins@ufl.edu

Lists

This is a paragraph before an unnumbered list (ul). Note that the spacing between a paragraph and a list before or after that is hard to tune in a user style sheet. You can't guess which paragraphs are logically related to a list, e.g. as a "list header".

  • One.
  • Two.
  • Three. Well, probably this list item should be longer. Note that for short items lists look beer if they are compactly presented, whereas for long items, it would be beer to have more vertical spacing between items.
  • Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.

This is a paragraph before a numbered list (ol). Note that the spacing between a paragraph and a list before or after that is hard to tune in a user style sheet. You can't guess which paragraphs are logically related to a list, e.g. as a "list header".

  1. One.
  2. Two.
  3. Three. Well, probably this list item should be longer. Note that if items are short, lists look beer if they are compactly presented, whereas for long items, it would be beer to have more vertical spacing between items.
  4. Four. This is the last item in this list. Let us terminate the list now without making any more fuss about it.

This is a paragraph before a definition list (dl). In principle, such a list should consist of terms and associated definitions. But many authors use dl elements for fancy "layout" things. Usually the effect is not too bad, if you design user style sheet rules for dl which are suitable for real definition lists.

recursion
see recursion
recursion, indirect
see indirect recursion
indirect recursion
see recursion, indirect
term
a word or other expression taken into specific use in a well-defined meaning, which is often defined rather rigorously, even formally, and may differ quite a lot from an everyday meaning

Text-level markup

  • CSS (an abbreviation; abbr markup used)
  • bolded (stong markup used - just bolding with unspecified semantics)
  • Origin of Species (a book title; cite markup used)
  • a[i] = b[i] + c[i]; (computer code; code markup used)
  • here we have some deleted text (del markup used)
  • an octet is an entity consisting of eight bits (dfn markup used for the term being defined)
  • this is very simple (em markup used for emphasizing a word)
  • Homo sapiens (should appear in italics; i markup used)
  • here we have some inserted text (ins markup used)
  • type yes when prompted for an answer (kbd markup used for text indicating keyboard input)
  • you may get the message Core dumped at times (samp markup used for sample output)
  • this is not that important (small markup used)
  • In order to test how subscripts and superscripts (sub and sup markup) work inside running text, we need some dummy text around constructs like x1 and H2O (where subscripts occur). So here is some fill so that you will (hopefully) see whether and how badly the subscripts and superscripts mess up vertical spacing between lines. Now superscripts: Mlle, 1st, and then some mathematical notations: ex, sin2 x, and some nested superscripts (exponents) too: ex2 and f(x)g(x)a+b+c (where 2 and a+b+c should appear as exponents of exponents).
  • underlined text (u markup used)
  • the command cat filename displays the file specified by the filename (var markup used to indicate a word as a variable).

Some of the elements tested above are typically displayed in a monospace font, often using the same presentation for all of them. This tests whether that is the case on your browser:

  • This is sample text inside code markup
  • This is sample text inside kbd markup
  • This is sample text inside samp markup
  • This is sample text inside markup

Links

main page

This is a text paragraph that contains some inline links. Generally, inline links (as opposite to e.g. links lists) are problematic from the usability perspective, but they may have use as “incidental”, less relevant links. See the document Links Want To Be Links.


Forms

This is a form containing various fields (with some initial values (defaults) set, so that you can see how input text looks like without actually typing it):

The following two radio buons are inside a fieldset element with a legend:
Legend
Check those that apply


Tables

The following table has a caption. The first row and the first column contain table header cells (th elements) only; other cells are data cells (td elements), with aributes:

Sample table: Areas of the Nordic countries, in sq km
Country Total area Land area
Denmark 43,070 42,370
Finland 337,030 305,470
Iceland 103,000 100,250
Norway 324,220 307,860
Sweden 449,964 410,928