What is DHTML? What are the features of DHTML? - DHTML stands for Dynamic HTML. The first thing that we need to clear about DHTML is that it is neither a language like HTML.......
|
Which browsers support DHTML? - Version of Netscape navigator and Internet Explorer higher than 4.0 or 4.0 supports DHTML in easy way........
|
Describe how DHTML work with JavaScript - As DHTML is not a language and it just use the property of HTML, JavaScript and CSS to make dynamic content.....
|
Distinguish between Static vs. Dynamic HTML - The easiest difference is static HTML once rendered cannot be changed on the other hand dynamic HTML can be changed.........
|
Working of DHTML - DHTML as it is combination of HTML as well as JavaScript and it uses the HTML to render the text on the browser.......
|
What are technologies we use in DHTML? - Speaking in true sense there is nothing dynamic in DHTML but enclosing technologies such as CSS, JavaScript, DOM and the static markup language it becomes dynamic........
|
Real-world example of DHTML scripting - Answer:........
|
How to handle events with DHTML - A DHTML application supports numerous events, many of them quite analogous to those of a standard VB application.......
|
Difference between DHTML and HTML - The first and foremost difference is HTML is markup language but DHTML is not a language.........
|
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? - The attributes that make up DHTML are HTML, JavaScript, CSS and DOM. These are explained below as:......
|
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? - 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? - The first foremost good thing to notice about empty tag is that they need not to be closed.......
|
Struts dispatch action in DHTML - DispatchAction is an action that comes with Struts 1.1 or later, that let us combine Struts actions into single class, each with their own method.......
|
How to upload struts file in DHTML? - The interface org.apache.struts.upload.FormFile is used for the struts file upload application. This interface represents a file that has been uploaded by a client.......
|
Steps used to create a tiles application in DHTML - Create a template that designs a layout for your application.......
|
How do we create a DHTML drop-down menu? - In order to create a DHTML drop down menu we need JavaScript API. The API (Application Programming Interface) consists of core set of cross-browser JavaScript functions to make DHTML programming easy and quick........
|
What is XHTML? Why is XHTML needed? - XHTML stands for Extensible Hypertext Markup Language and is a cross between HTML and XML. It helps us to create better formatted code for site. It makes site more accessible........
|