In web development, ____ is a technique used to update a web page without reloading it, which can be implemented using JavaScript and integrated with Python back-end.

  • AJAX
  • CSS
  • HTML5
  • JSON
In web development, AJAX (Asynchronous JavaScript and XML) is a technique used to update web content without the need to reload the entire page. It enables seamless interaction between the client and server, often implemented using JavaScript and integrated with Python back-end using APIs.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *