Difference between DHTML and HTML

Difference between DHTML and HTML

1. 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.
How is FontSize and Font Size differ in DHTML?
How is FontSize and Font Size differ in DHTML? - Font size is an attribute that we used in font tag, where as font-size is a style property.......
What are the attributes that make up a DHTML?
What are the attributes that make up a DHTML? - The attributes that make up DHTML are HTML, JavaScript, CSS and DOM. These are explained below as:......
Components of Dynamic HTML authoring
Components 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........
Post your comment