Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Javascript (http://siteownersforums.com/showthread.php?t=205267)

thevyakar 11-23-2017 06:12 AM

Javascript
 
What is DOM? What is the use of document object?

jackbrain 11-24-2017 12:18 AM

The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each node is an object representing a part of the document.

sevenmpsecond 11-24-2017 12:51 AM

JavaScript and Java are completely different languages, both in concept and design.

JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997.
ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.
JavaScript is one of the 3 languages all web developers must learn:

1. HTML to define the content of web pages

2. CSS to specify the layout of web pages

3. JavaScript to program the behavior of web pages

seven miles 11-28-2017 12:42 AM

JavaScript, often abbreviated as JS, is a high-level, dynamic, weakly typed, prototype-based, multi-paradigm, and interpreted programming language.
Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production.
It is used to make webpages interactive and provide online programs, including video games.
The majority of websites employ it, and all modern web browsers support it without the need for plug-ins by means of a built-in JavaScript engine.

ROYCPO 11-28-2017 01:07 AM

The Document Object Model (DOM) is a programming API for HTML and XML documents.

AmandaCherry 11-29-2017 01:26 AM

The DOM defines a standard for accessing documents: "The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document." ... HTML DOM - standard model for HTML documents.

GeorgeAlbie 11-29-2017 02:36 AM

The Document Object Model (DOM) is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each node is an object representing a part of the document. The objects can be manipulated programmatically and any visible.

thevyakar 12-06-2017 04:47 AM

Thank you all for your replies. :)


All times are GMT -7. The time now is 09:04 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.