Sorry, this page isn't really of use right now - if you wait a few more seconds, you will be redirected to a more helpful section. If you didn't get redirected, "The Tool Section" is probably what you want.
In the Xhosa language, "Pata" means "Touch" in English.
PATA: Provincially Administered Tribal Areas, tribal areas Administered by Khyber-Pakhtunkhwa province of Pakistan. The Patafilter is host to my lab, tools, and other not-ready-for-prime-time internet-based experiments.
I have no idea.
The following is a listing of all html elements, for the purpose of testing CSS styles, and was taken from Testing display of HTML elements by Jukka Korpela. Modified by Patafilter for HTML5 compatibility.
this is a test paragraph.
this is a test paragraph.
this is a test paragraph.
this is a test paragraph.
this is a test paragraph.
this is a normal paragraph (p element).
to add some length to it, let us mention that this page was
primarily written 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.
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. after all, this page does not use html markup very normally anyway.
the following contains address information about the author, in an address
element.
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".
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".
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.
abbr markup used)
b markup used - just bolding with unspecified
semantics)
cite markup used)
a[i] = b[i] + c[i); (computer code; code markup used)
del markup used)
dfn markup used for the term being defined)
em markup used for emphasizing
a word)
i markup used)
ins markup used)
kbd markup
used for text indicating keyboard input)
hello!(
q markup used for quotation)
she said(a quotation inside a quotation)hello!
samp markup used for sample output)
small markup used)
strong
markup used)
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).
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 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.
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 align="right"
attributes:
| 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 |