Webmaster

DHTML : Rollover Text
Contents ]
Sékine Coulibaly

Setting the General Page Structure

We will start with the following Web page source code to which we will add the necessary instructions (in this case, using CSS and JavaScript):

<HTML>
  <HEAD>
    <TITLE>DHTML Workshop [1]</TITLE>
  </HEAD>
  <BODY>
    <CENTER>
      <IMG SRC="logo.gif" WIDTH=300 HEIGHT=304>
      <BR><BR>
      <FONT SIZE=1 FACE="Verdana,Arial">
        Invention | Celebrity | Tragedies
      </FONT>
    </CENTER>

  </BODY>
</HTML>

Here you can recognise the regular structure of a very simple Web page. Now let's dive into serious things!



1   2   3   4