Simple HTML Tests

Plain text paragraphs

The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.

This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too.

Italic content. Bold content Big content. Small content. Underline content. Strike out content. Red font content. Orange #ff8800 font content. Blue font content.

This should be Helvetica. 0123456789
This should be Arial. 0123456789
This should be Sans. 0123456789
This should be Times. 0123456789
This should be Serif. 0123456789
This should be Courier. 0123456789
This should be Symbol. 0123456789

HTML Entities: named, hexadecimal, and decimal

Special characters, formatted as named "HTML Entities", e.g. "€":
Euro and "dagger": "€" "†"
Umlaut characters : "ä" "ë" "ï" "ö" "ü" "ß"
Umlaut characters : "Ä" "Ë" "Ï" "Ö" "Ü"
Special characters : "•" "‰" "©" "™" "®"

Other scripts, formatted as hexadecimal "HTML Entities", e.g. "€":
(Should be the same symbols as below)
Euro and "dagger": "€" "†"
Japanese (Hiragana) : "ぐ" "の"
Japanese (Katakana) : "ダ" "ポ"
Chinese (CJK Unified Ideographs) : "中" "丳"

Other scripts, formatted as decimal "HTML Entities", e.g. "€":
(Should be the same symbols as above)
Euro and "dagger": "€" "†"
Japanese (Hiragana) : "ぐ" "の"
Japanese (Katakana) : "ダ" "ポ"
Chinese (CJK Unified Ideographs) : "中" "丳"

Preformatted paragraphs

The following 2 paragraphs should be indented 4 spaces.

    The licenses for most software are designed to take away
    your freedom to share and change it.  By contrast, the
    GNU General Public Licenses are intended to guarantee your
    freedom to share and change free software -- to make sure
    the software is free for all its users.

    This license, the Library General Public License, applies to
    some specially designated Free Software Foundation software,
    and to any other libraries whose authors decide to use it.
    You can use it for your libraries, too.

The following 2 paragraphs should be indented 8 spaces.

        The licenses for most software are designed to take away
        your freedom to share and change it.  By contrast, the
        GNU General Public Licenses are intended to guarantee
        your freedom to share and change free software --
        to make sure the software is free for all its users.

        This license, the Library General Public License,
        applies to some specially designated Free Software
        Foundation software, and to any other libraries whose
        authors decide to use it.  You can use it for your
        libraries, too.

The following text content should all be indented 4 spaces.

    Italic content. Bold content Big content.
    Small content. Underline content. Strike out content.
    Red font content. Orange #ff8800 font content.
    Blue font content.

Heading tests

This is H1 text

This is H2 text

This is H3 text

This is H4 text

This is H5 text
This is H6 text

UL tests

End of UL. Starting an OL:
    This text should be indented in an OL.
    This should be a second line of indent.

  1. First list item with default attributes
  2. Second list item
  3. Third list item
Another OL with start value 10:
  1. First list item (value 10)
  2. Second list item
  3. Third list item
End of OL. Starting a DL:
A DL has been started. This should be a list of terms. Some browsers display the description indented right relative to the terms, though I don't think FLTK's does this.

First term
Description of first term.
Second term
Description of second term goes here.
Third term
Description of third term goes here.
End of DL.

Nested OL/UL:

  1. First numbered Item
  2. Second numbered Item

Simple 2 Column Non-border Table, No Headings

Column 1 Column 2
Aaa Aaa Aaa Xxx Xxx Xxx
Bbb Bbb Bbb Yyy Yyy Yyy
Ccc Ccc Ccc Zzz Zzz Zzz

Simple 2 Column Bordered Table, No Headings

Column 1 Column 2
Aaa Aaa Aaa Xxx Xxx Xxx
Bbb Bbb Bbb Yyy Yyy Yyy
Ccc Ccc Ccc Zzz Zzz Zzz

Simple Two Column Table With Borders And Heading

Table Heading  
Column 1 Column 2
Aaa Aaa Aaa Xxx Xxx Xxx
Bbb Bbb Bbb Yyy Yyy Yyy
Ccc Ccc Ccc Zzz Zzz Zzz

Simple Bordered Table With Heading And 10 Cell Padding + Spacing

Table Heading
Column 1 Column 2
Aaa Aaa Aaa Xxx Xxx Xxx
Bbb Bbb Bbb Yyy Yyy Yyy
Ccc Ccc Ccc Zzz Zzz Zzz

Simple Table Of Images, Two Columns, Three Rows

Table Heading
Column 1 Column 2
FLTK logo This is the FLTK logo
Tiny FLTK logo Tiny FLTK logo.
Animated FLTK logo Animated FLTK logo.
Fl_Value_Input This is an image of Fl_Value_Input
Fl_Value_Output This is an image of Fl_Value_Output

Testing Centered Text And Image

This text should be centered. What follows is a line break.
After the line break, still centered. What follows is a paragraph break.

This text should be in a paragraph break. This is paragraph #1 of 2.

This text should be in a paragraph break as well. This is paragraph #2 of 2.

What follows should be a centered image.
FLTK logo
That should be a centered image.

Testing Horizontal Line


This text should be between two horizontal lines.

Preformatted Indent Test

    This tests that tabs and space indenting work correctly.
    Each line should be one space right of the line preceding it
    unless otherwise specified:

0 Tab
 1 Space
  2 Space
   3 Space
    4 Space
     5 Space
      6 Space
       7 Space            __
        8 Space             |
    	4 Space + 1 Tab     |-- should all be
	1 Tab             __|   same indent level
	 1 Tab + 1 Space
	  1 Tab + 2 Space
	   1 Tab + 3 Space
	    1 Tab + 4 Space
	     1 Tab + 5 Space
	      1 Tab + 6 Space
	       1 Tab + 7 Space            __
	        1 Tab + 8 Space             |
    	        4 Space + 1 Tab + 8 Space   |-- should all be
		2 Tab                     __|   same indent level
		 2 Tab + 1 Space
		  2 Tab + 2 Space
		   2 Tab + 3 Space
		    ..