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 > HTML Terminology

  Attribute

An attribute supplies additional instructions to the browser about a tag. The information varies from tag to tag and can include such items as file locations, size, name or style.

  Browser

A Web browser is a special type of parsing engine that evaluates the tags and contents of an HTML file and displays it according to the capabilities and rules of the file's own capabilities and platform.

For example, a text-only browser displays the alternative text for an image, but a graphical browser displays the actual image. A browser for a monochrome platform ignores the color settings from a style sheet or renders them as shades of gray.

  Document Type Definition (DTD)

A collection of rules written in Standard Generalized Markup Language (SGML) that define the syntax and structure of a specific type of document, such as HTML.

  Element

A distinctive component of a document's structure, such as a title, paragraph or list. It can include an opening or closing tag and the content within it.

A markup element is usually enclosed in a pair of start and end tags. The ELEMENT statement in SGML defines both start and end tags (but not their attributes) and prescribes what might be the content of this element by defining its content model.

Example:
<! ELEMENT P - O (%inline;)*        -----paragraph----->

Here, P is the element name (short for Paragraph). The two characters following the element name are minimization indicators specifying whether it is possible to omit start and \ or end tags for this element. The first indicator refers to the start tag and the second to the end tag.

  Tag

A piece of text that usually identifies an element so that a browser or other parser knows how to display its contents. Tags are surrounded by special delimiter characters (angle brackets).

The HEAD element of a document is marked by an opening <HEAD> and closing </HEAD> tag.

  Scripting Software

Many advanced techniques like making your website interactive, requires using Scripting languages. Some of script related software is JavaScript, Jscript, VBScript.

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