
The ECN No Name Newsletter is no longer being published. This is an archived issue.
[previous article] [next article]Marian Delp
HTML documents are easy to write. Compare the code in the file below with the small MOSAIC window. The relationship is direct and you can learn to use HTML with little instruction. Watch the MOTDs for announcement of "hands-on" MOSAIC classes or attend the Fall Break Internet short course, October 10th and 11th.
<html> <head> <title>The Best Thesis</title> </head> <body> <H1>The Best Thesis</H1> My research in computer graphics shows some <i>great</i> digital images. <p> <img src="pig.gif"> <p> <h3>Research Areas</h3> <ol> <li> GIF-Graphics Interchange Format <li> JPG-Joint Photographic Experts Group <li> TIFF-Tag Image File Format <li> PBM-Portable Bit Map </ol> </body> </html>