Bright metalic apples (Thank you Macintosh)
Note: The page above is real simple. With luck, its source file'll appear below (beginning w. an 'html' tag). If not, that's cuz browsers aren't yet standardized. SIGH
A Simple Web Page WELCOME to Dr H's MODEL PAGE
Click Adelphi view
Bright metalic apples (Thank you Macintosh)
Yes, this SOURCE FILE looks weird at first, but let's take it apart! The beginning of the source file is marked with the HTML tag. The second line down contains the text for the page's TITLE Next, in the BODY line, only BGCOLOR (background color) is set. but you can could set LINK, VLINK,ALINK and TEXT color, too. Then, the contents of the model page are defined: * See the 'welcome' line? That's how to put up one line of text on a Web page, in fairly large font. * The next line shows how to provide a link to a picture at another site (was on Adelphi's home page til 1999) * Then, the 'apples' line shows how to directly display an image.The thank you line after that is ordinary text. * The source file ends w/ two end-form tags (for body & html).