Difference between DHTML and HTML
Difference between DHTML and HTML1. The first and foremost difference is HTML is markup language but DHTML is not a language. 2. DHTML stands with combination of HTML, CSS, JavaScript and DOM but HTML alone is an enough although static. 3. HTML cannot have nay server side code but DHTML may contain server side code also. 4. In HTML there is no need for database connectivity but DHTML may require to connect to database as it interacts with user.
|
Components of Dynamic HTML authoringComponents of Dynamic HTML authoring - Positioning: Is some what where we need the object to be placed in the graphical view i:e on screen. If we talk in DHTML sense then we have two types of positioning: Relative and Absolute........