Sample SGML File Formatting Samples
Sub- and Superscript

This is an example of sub- and superscript: Xkmnjmn

This is an example of a chemical formula: Sr2Cu3O5.

Multiple stylesheets

Try the menu "View > Use style" to switch to grayscale CSS, and back to the normal page style.

A Simple List First item in list Second item in list Last item in list
Javascript sample

Current date and time is :

C code sample #include "stdio.h" int main(int argc, char *argv[]) { printf("Hello, world!"); return 0; }
Non SGML Data
Example of a JPG graphic
Example of a GIF graphic
Example of an animated GIF graphic
Example of a PNG with 8-bit alpha channel transparency (Portable Network Graphics) image

See how the background pattern shines through the opaque regions of the image.

Example of a TIFF image (uncompressed)

TIFF is a standard bitmap graphics format, often used in professional documents.

Example of a CGM (Computer Graphics Metafile) image

This is vector graphics: try zooming into the image by drawing a rectangle in it using the mouse! Also check out our CGM demo page to check out how we can target regions in the image.

Example of a Macromedia Flash Animation

Copy your Mozilla/Netscape6 Flash player plugin to the DocZilla/plugins/ directory in order to see this image.

Example of an embedded HTML document with javascript

The area below is actually a new browser frame, allowing you to embed any document or image inside of another.