Untitled Document



 Introduction to HTML
 Structure of HTML
 HTML Terminology
   Attribute
   Browser
 Document Type  Definition (DTD)
   Element
   Tag
 Scripting Software
 The Structure of a  Document
 
 The Structure of a  Document
   HTML Tags
 Scripting
 Structure of a Section
 
 Structure of a  Section
 HEAD and BODY  Structure
 FRAMESET Structure
 Substructure of the   elements
 
 Substructure of the  elements
 Creating First HTML  Document
 Building Your HTML  Document
 Tables
 Frames
 Including Images into  Document
 Including Multimedia
 Developing HTML  FORMS
 Using Style Sheet
 Understanding URLs
 Using JavaScript
 Using Java

Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




  Structure of HTML > Substructure of the elements

  Substructure of the elements

In the body of an HTML document, some elements have their own internal structure to help define their use and appearance. A good example of this is the TABLE element.

An HTML table is constructed as at least one row with at least one data cell, much like an HTML document needs at least one head and one body:
<TABLE>
      <TR>
            <TD>
DATA
</TABLE>

Each table can also have a caption, a header, a footer and body content.
<TABLE>
     <CAPTION>
Caption</CAPTION>
        <THEAD>
              <TR>
                     <TD>
Data
        <TFOOT>
              <TR>
                     <TD>
Data
        <TBODY>
              <TR>
            <TD>
Data
</TABLE>

Back Next


Copyrights : Layout Galaxy All Rights Reserved
No part of this tutorial may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, electrostatic, magnetic tape, mechanical or otherwise, without prior permission in writing from Layout Galaxy.




17, Vadsarvala Nivas, 65-A, J. Nehru Road, Mulund (W), Mumbai - 400 080 INDIA
Tel : 91-22-25795588, 91-22-25780444 Fax : 91-22-25793397
Email : ionline@vsnl.com
© Image Online 2001-2003