A simple Example

This is normal Text (ÄÖÜäöüß), in bold, italic, underline, superscript and subscript.

<A href="http://www.uni-osnabrueck.de/"><b>UNI</b></A>   normal font
UNI   Tekton font for literal HTML

A horizontal rule:



A marker:
A link: *
The same link in the alternate link style (use -href option to see this).

Inline images:

An image with an attached link:

A "blue" link: Click here (use -blue option to see this).

A simple table:

A1      A2      A3
B1      B2      B3
C1      C2      C3

The hello.c program:

	#include <stdio.h>

	int main (void)
	{
		printf("Hello, World!\n");
		return 0;
	}
	

--- End of Example ---