diff options
Diffstat (limited to 'tiff/html/intro.html')
-rw-r--r-- | tiff/html/intro.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tiff/html/intro.html b/tiff/html/intro.html index 83902f61..ad3b2d91 100644 --- a/tiff/html/intro.html +++ b/tiff/html/intro.html @@ -1,13 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> Introduction to the TIFF Documentation </TITLE> +<style type="text/css"> +body { +font-family: Arial, Helvetica, Sans; +} +</style> </HEAD> -<BODY BGCOLOR=white> -<FONT FACE="Arial, Helvetica, Sans"> +<BODY> <H1> -<IMG SRC=images/strike.gif WIDTH=128 HEIGHT=100 ALIGN=left HSPACE=6> +<IMG SRC="images/strike.gif" WIDTH=128 HEIGHT=100 ALIGN=left HSPACE=6 ALT="strike"> Introduction to the TIFF Documentation </H1> @@ -37,7 +42,7 @@ They are consistent with the terminology used in the TIFF 6.0 specification. <DT><I>Codec</I> <DD>Software that implements the decoding and encoding algorithms of a compression scheme. -</UL> +</DL> <P> In order to better understand how TIFF works (and consequently this |