It is used in combination with other technologies, we've discussed earlier
It is used in combination with other technologies, we've discussed earlier
DOM: It represents the structure of XML and HTML documents and it is used for dynamic display and interaction with data.
XML or JSON: For carrying data to and from server. JSON (Javascript Object Notation) is like XML but short and faster than XML.
XMLHttpRequest: JavaScript object that performs asynchronous interaction with the server.
JavaScript: For asynchronous communication between client and server.
HTML/XHTML and CSS
It is used for displaying content, style and mainly used for presentation.