XML, JSON, & AJAX
stands for Extensible Markup Language. It is a markup language that is designed to store and transport data in a structured format. XML uses tags to define elements and attributes to provide additional information about those elements.
is a lightweight data interchange format that is widely used for transmitting and storing structured data. It is a text-based format that is easy for humans to read and write and easy for machines to parse and generate.
It is a set of web development techniques used to create interactive and dynamic web pages. AJAX allows you to update parts of a web page without having to reload the entire page.
Comments
Post a Comment