What are the attributes that make up a DHTML?

What are the attributes that make up a DHTML? Explain those attributes.

The attributes that make up DHTML are HTML, JavaScript, CSS and DOM. These are explained below as:

1. JavaScript : Whether we call it JavaScript, Jscript, or ECMAScript, it is the most common language used today for client-side scripting. The main reason for this JavaScript comes with virtually every browser. In DHTML JavaScript JavaScript comes with virtually every browser. For example, an onload event could execute a JavaScript function to query the browser’s cookies collection to determine whether the user is a first-time visitor to the page.

2. CSS : It stands for Cascading Style Sheet. This is used for the presentation part of the web page. In simple words it holds the designing of the page. The look & feel of the page completely depends on CSS. In DHTML CSS rules can be modified at both the document and the element level using JavaScript with event handlers, they can add a significant amount of dynamism with very little code.

3. DOM : It stands for Dynamic Object Model and it is the weakest link in DHTML as many of the browser does not support the DOM functionality. It defines the object and its properties. It is a standard way of accessing and manipulating the static content. The Document Object Model is a platform and language-neutral interface that allows program and scripts to dynamically access the content and update it.

4. HTML : It stands for Hyper Text Markup Language. As the names suggest it is not a programming language, it is a markup language which consists of a set of markup tags.
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........
What is logic match tag? - DHTML
What is logic match tag? - Logic match tag is an evaluator which checks the nested body content of tag whether the specified value is an appropriate substring of the requested variable.......
What is the necessity of empty tag? - DHTML
What is the necessity of empty tag? - The first foremost good thing to notice about empty tag is that they need not to be closed.......
Post your comment