1 / 6

Web Development II

UNIVERSIT OF HARGEISA. Web Development II. TOPIC II Dynamic HTML. Prepared by: Nimcan Cabd Cali. Introduction DHTML. DHTML is the art of combining HTML, JavaScript, DOM, and CSS. What you should already know Before you continue you should have a basic understanding of the following:

shirin
Download Presentation

Web Development II

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UNIVERSIT OF HARGEISA Web Development II TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali

  2. Introduction DHTML • DHTML is the art of combining HTML, JavaScript, DOM, and CSS. • What you should already know • Before you continue you should have a basic understanding of the following: • HTML • CSS • JavaScript

  3. Con… • DHTML is NOT a Language • DHTML stands for Dynamic HTML. • DHTML is NOT a language or a web standard. • To most people DHTML means the combination of HTML, JavaScript, DOM and CSS. • According to the World Wide Web Consortium (W3C):"Dynamic HTML is a term used by some vendors to describe the combination of HTML, style sheets and scripts that allows documents to be animated."

  4. Features of DHTML • Dynamic Content: internet Explorer support, With DHTML, you can change the content of the page after it is loaded. • Positioning and Animation: is the ability to place an HTML element at a specific point on a page, relative to another element or the browser window itself  • Font Download :Internet Explorer can dynamically download fonts for use in a Web page

  5. Con… • Data Binding: is a DHTML feature that lets you easily bind individual elements in your document to data from another source, such as a database or comma-delimited text file.  • Dynamic Styles :are a key feature of DHTML. By using CSS, you can quickly change the appearance and formatting of elements in a document without adding or removing elements.

  6. Summery • DHTML works well with applications, ActiveX controls, and other embedded objects. You can use existing applications and controls or create new ones that specifically take advantage of the features of DHTML

More Related