Acar_Module-6_INFMNGT
Module 6_INFORMATION MANAGEMENT_Blogging_Activity-1
A. XML
The acronym XML stands for "extensible markup language." A markup language is a collection of codes, known as tags, that describe the text in a digital document. Hypertext Markup Language (HTML) is the most well-known markup language, and it is used to format Web pages. XML, a more flexible cousin of HTML, enables complicated business transactions to be conducted via the Internet.
B. JSON
JSON is a standard text-based format for encoding structured data that is based on JavaScript object syntax. It is often used for data transmission in web applications. It is a widely used data format for electronic data interchange, particularly for the interaction of web applications with servers. It's a language-independent data format.
C. AJAX
AJAX is a set of web development approaches that construct asynchronous web applications by utilizing multiple web technologies on the client side. Ajax allows web applications to transmit and get data from a server asynchronously without interfering with the existing page's appearance and behavior. Ajax allows web pages and, by extension, online applications to change content dynamically without having to reload the entire page by detaching the data interchange layer from the display layer.



Comments
Post a Comment