Y2K Diary [ 02.03.00 ]

62. Programming (Part 3)

HTML, HyperText Mark-up Language.
Very simplistic even at it's most technical.

                                                                              HTML

<HTML>
<HEAD> <TITLE>The Title<TITLE> </HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
   <FONT FACE="Arial" SIZE="2">
      Everything else in here, within <B> type tags
       and always closed with </B></FONT>
</BODY>  </HTML>
                                                                                        

DHTML, benefits mainly in Internet Explorer, though features
such as Cascading Style Sheets work in Netscape.
Adding more substantial lay-out options. NP

                                                                            DHTML

<STYLE SHEET="text/css">  BODY {
   background:white  url(../title.gif)  repeat-x;
}  </STYLE>
                                                                                        


[ submit entry ]      [ contents ]      [ previous ]  [ next ]