Overview
Dynamic HTML
Dynamic HTML (DHTML) is an all-in-one word for web pages that useHypertext Markup Language (HTML), Cascading Style Sheets (CSS), and relyon JavaScript to make the web pages interactive. DHTML is a feature of Netscape Communicator 4.0, and Microsoft Internet Explorer 4.0 and 5.0and is entirely a "client-side" technology. It relies only the browserfor the display and manipulation of the web pages and is unrelated toother client-side technologies like Java, Flash.Someone once asked me for a non-technical definition of DHTML, my replywas:
"A way to build web interfaces by using the built-in capabilities of Netscape and Internet Explorer"
DHTML excels in creating low-bandwidth effects that enhance a web page'sfunctionality. It can be used to create animations, games, applications,provide new ways of navigating through web sites, and create out-of-thisworld page layouts that simply aren't possible with just HTML. Althoughmany of features of DHTML can be duplicated with either Flash or Java,DHTML provides an alternative that does not require plugins and embedsseamlessly into a web page.Although the underlying technologies of DHTML (HTML, CSS, JavaScript)are standardized, the manner in which Netscape and Microsoft haveimplemented them differ dramatically. For this reason, writing DHTMLpages that work in both browsers (referred to as cross-browser DHTML)can be a very complex issue.Links for more DHTML information:Microsoft DHTML Documentationhttp://msdn.microsoft.com/workshop/author/default.aspNetscape DHTML Documentationhttp://developer.netscape.com/docs/manuals/communicator/dynhtml/index.htm
Cascading Style Sheets
Cascading Style Sheets (CSS) is an addition to HTML that givesdevelopers a sophisticated manner to structure web pages. It does thisby separating the content of a web page (the text) from the display (thecolors, styles, and positioning).Cascading Style Sheets Positioning (CSSP) is an extension to CSS that
Add a Comment
qsservicesleft a comment