JavaScript DOM Programming Art Learning Notes (i)

Source: Internet
Author: User

Chapter One A brief history of JavaScript 1.1 JavaScript's origins

JavaScript was developed by Netscape and Sun. The first version of JavaScript, the JavaScript1.0 version, appeared in the 1995 launch of the Netscape Navigator2 browser. JavaScript is a scripting language that can only be done with a Web browser and not run as a normal program.

1.2 DOM

In short, Dom is a set of methods for abstracting and conceptualizing the contents of a document.

1.3 Browser War 1.3.1 DHTML

DHTML is the "Dynamic HTML" abbreviation. DHTML is not a new technology, but a term that describes the combination of HTML, CSS, and JavaScript technologies. The implication behind DHTML is:

    • Use HTML to mark Web pages as various elements;

    • Use CSS to set element styles and their display positions;

    • Manipulate pages and change styles in real time with JavaScript.

With DHTML, complex animation effects can be easily implemented in a flash.

1.4 Designation Criteria

The standardized DOM introduced by the Consortium allows any programming language to manipulate any document written in any one of the markup languages.

1.4.1 Outside of browser considerations

The DOM is an API (Application programming Interface). The definition of the DOM is: "An interface that is independent of the system platform and programming language, where programs and scripts can dynamically access and modify the content, structure, and style of the document" The standardized DOM introduced by the World wide range of independence and scope of application, Are far beyond the proprietary DOM introduced by fighting each other's browser makers.

JavaScript DOM Programming Art Learning Notes (i)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.