Archive for March 13, 2010
JavaScript And Its Advantages
Mar 13th
Java Script enables to embed command in HTML page.
Advantages :
- Powerful
- Simple
- Increased functionally in the form of Applets, Active X control, VRMC objects etc..,
Java Script enables web authors to write small scripts that executes on the user’s browsers rather than on the server.
An application that collect data from a form and then More >
Construction & Rules Of HTML Document
Mar 13th
The basic constructing elements of HTML are tags and entities.
Tags :
- Tags signal the browser to inform you about the formatting details i.e., how thw content should be displayed in the browser screen.
- Tags are enclosed between “<” and “>”.
- Two type of tag nexists namely start tag (<tagname>) and end tag (</tagname)
- HTML More >

