TEST
Kann vor der Freigabe an PROD gelöscht werden



 

Testing display of HTML elements

This is 2nd level heading

This is a test of including a "Link Button"

Link Button
 

This is 3rd level heading

This is a test paragraph.

This is 4th level heading

This is a test paragraph.

This is 5th level heading

This is a test paragraph.

This is 6th level heading

This is a test paragraph.

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 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 by default. It can also be useful when testing conversions from HTML format to other formats, since some elements can go wrong then.

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. After all, this page does not use HTML markup very normally anyway.

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

Jukka Korpela, jkorpela@cs.tut.fi
Päivänsäteenkuja 4 A, Espoo, Finland

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 better if they are compactly presented, whereas for long items, it would be better 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.

The following is a menu list:

  • One.
  • Two.
  • Three. Well, probably this list item should be longer so that it will probably wrap to the next line in rendering.
  • The following is a dir list:

  • One.
  • Two.
  • Three. Well, probably this list item should be longer so that it will probably wrap to the next line in rendering.
  • 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 better if they are compactly presented, whereas for long items, it would be better 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)
    • radar (an acronym; acronym markup used)
    • bolded (b markup used - just bolding with unspecified semantics)
    • big thing (big markup used)
    • large size (font size=6 markup used)
    • Courier font (font face=Courier markup used)
    • red text (font color=red markup used)
    • 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)
    • Hello! (q markup used for quotation)
    • He said: She said Hello! (a quotation inside a quotation)
    • you may get the message Core dumped at times (samp markup used for sample output)
    • this is not that important (small markup used)
    • overstruck (strike markup used; note: s is a nonstandard synonym for strike)
    • this is highlighted text (strong 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).
    • text in monospace font (tt markup used)
    • 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 tt markup

    Links

    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 buttons 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 align="right" attributes:

    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

    Character test

    The following table has some sample characters with annotations. If the browser’s default font does not contain all of them, they may get displayed using backup fonts. This may cause stylistic differences, but it should not prevent the characters from being displayed at all.

    Char. Explanation Notes
    ê e with circumflex Latin 1 character, should be ok
    em dash Windows Latin 1 character, should be ok, too
    Ā A with macron (line above) Latin Extended-A character, not present in all fonts
    Ω capital omega A Greek letter
    minus sign Unicode minus
    diameter sign relatively rare in fonts

    Hyphenation

    In the following, a width setting should cause some hyphenation, depending on support to various methods of hyphenation.

    CSS-based hyphenation

    Until recently the great majority of naturalists believed that species were immutable productions, and had been separately created. This view has been ably maintained by many authors.

    JavaScript-driven hyphenation

    Until recently the great majority of naturalists believed that species were immutable productions, and had been separately created. This view has been ably maintained by many authors.

    Explicit hyphenation hints (soft hyphens)

    Un­til re­cent­ly the great ma­jor­i­ty of nat­u­ral­ists be­lieved that spe­cies were im­mu­ta­ble pro­duc­tions, and had been sep­a­rate­ly cre­at­ed. This view has been ably main­tain­ed by many au­thors.


    Jukka Korpela
    Date of creation: 2000-09-15. Last update: 2013-03-21.

     

     

     

     

    Smart Guide Widget

    Test Map

    No venues found

    Keine Ergebnisse gefunden

    Um private B2B-Angebote zu sehen, müssen Sie sich anmelden.

    Form Widget

    Panoramic Photo

    Grid Widget

    Grid Widget

    Test Title XXX
    Test Title XXX

    Grid Widget Simple List

    Karlsbad

    Karlsbad

    Eleganz, prächtige Kurkolonnaden, exklusive Kurhäuser und eine wunderschöne Lage inmitten eines bewaldeten Tals – all das und noch viel mehr erwartet Sie in Karlsbad (Karlovy Vary), der beliebtesten Stadt des weltbekannten Bäderdreiecks. Viele berühmte Persönlichkeiten waren hier schon zur Kur und auch heute noch ist die Stadt das zweitbeliebteste Touristenziel Tschechiens. Wegen seiner einzigartigen Architektur gehört Karlsbad zu den schönsten Kurstädten Europas.
    Mehr Informationen
    Das Sedletz-Ossarium in Kutná Hora

    Das Sedletz-Ossarium in Kutná Hora

    Schon seit Jahrhunderten wacht die mittelalterliche gotische Kapelle in Sedlec (Sedletz) über die sterblichen Überresten von vierzigtausend Menschen. Sie ist somit ein stiller Zeitzeuge, der an die Vergänglichkeit des menschlichen Lebens und an den Tod erinnert. Kommen auch Sie nach Sedlec bei Kutná Hora (Kuttenberg) und lassen Sie sich von der bizarren Innenausstattung, bestehend aus Lüstern, Pyramiden, Kreuzen und Wappen aus menschlichen Knochen beeindrucken, die bis heute Besucher aus der ganzen Welt in ihren Bann zieht. Entdecken auch Sie die Geschichte dieses faszinierenden, mystischen Ortes.
    Mehr Informationen
    Baumwipfelpfad Lipno

    Baumwipfelpfad Lipno

    Haben Sie je davon geträumt, die Welt von einem Baumwipfel zu betrachten? Der einzigartige Baumwipfelpfad Lipno gibt Ihnen die Möglichkeit, in den Baumkronen spazieren zu gehen und sich dabei an der schönen Landschaft des Böhmerwalds und der etwas weiter entfernten Alpen zu ergötzen.
    Mehr Informationen
    Die dunklen Stollen

    Die dunklen Stollen

    Die dunklen Stollen unter der Altstadt von Jihlava stellen nach Znojmo das zweitgrößte Labyrinth der unterirdischen Gänge in der Tschechischen Republik dar. In den tiefsten Stellen führen Korridore 13 Meter unter der Oberfläche. Die Katakomben von Jihlava (Iglau) sind allerdings durch einen leuchtenden Gang berühmt, der in einer Tiefe von 11 Metern liegt.
    Mehr Informationen
    Zoopark und DinoPark in Vyškov

    Zoopark und DinoPark in Vyškov

    Der Zoopark in Vyškov orientiert sich insbesondere auf die Haltung und Züchtung von sowohl primitiven als auch exotischen Haus- und Wirtschaftstieren. Der DinoPark gehört mit zum Zoopark, obwohl die Areale beider Parks nicht angrenzen. In den DinoPark werden Sie mit dem  DinoExpress, einem Minizug, befördert; der Eintritt zum DinoPark beinhaltet auch den Eintritt in den Zoopark.
    Mehr Informationen
    Winterliches Schlittschuhlaufen in der Natur

    Winterliches Schlittschuhlaufen in der Natur

    Diesem Wintervergnügen geht meistens ein langes Warten voran. Man wartet, bis es ordentlich friert. Bis das Eis eine sichere Stärke hat und endlich Langläufer sowie Schlittschuhläufer trägt. Aber wenn sich das letztendlich erfüllt, endet die Warterei und es erwartet Sie schon nur ein phantastisches Vergnügen.
    Mehr Informationen

    Html Widget

    html example code here en-US
    Html Widget
    Letadlo nad mestem
    Tabbed Content Widget
    Zweimal im 20. Jahrhundert von den Nazis und dem kommunistischen Regime beschlagnahmt, wurde es 2002 an die Familie Lobkowicz zurückgegeben. 2007 rekonstruierte die Familie das Schloss und seine Sammlungen und öffnete es für die Öffentlichkeit.Das Schloss beherbergt ein Museum, das die Besucher dazu einlädt, die böhmische und europäische Geschichte aus der einzigartigen Perspektive der Familie Lobkowicz zu erkunden, sowie die Lobkowicz-Sammlungen, eine der ältesten und schönsten privaten Kunstsammlungen Europas, die Gegenstände aus über 2 000 Jahren umfasst.



    Zu den Highlights gehören Gemälde von Bruegel dem Älteren, Canaletto und Velázquez, Kunstwerke aus dem Mittelalter und der Renaissance, Waffen und Rüstungen sowie Keramik, darunter das größte erhaltene Delfter Tafelservice der Welt aus dem 17. Zu sehen sind auch edle Musikinstrumente und handschriftliche Manuskripte, wie Mozarts Neuorchestrierung von Händels Messias und Beethovens 3. (Eroica), 4. und 5.



    Die Besucher werden mit einem kostenlosen Audioguide durch das Museum begleitet, der in englischer Sprache von zwei Generationen der Familie Lobkowicz und den Kuratoren der Sammlungen gesprochen wird. Der Audioguide ist auch in 10 anderen Sprachen verfügbar. Die zusätzliche Audiotour Prague InSpires Panorama führt die Besucher in weniger als 30 Minuten vom Balkon des Lobkowicz-Palastes zu den berühmtesten Sehenswürdigkeiten der Stadt. Der Palast beherbergt auch einen Souvenirladen, ein Restaurant und ein Café, tägliche Konzerte mit klassischer Musik und elegante Veranstaltungsräume mit Panoramablick.