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 tra...