Web Technologies (HTML, CSS, JavaScript, HTTP)
Select the correct name for: a web technique that allows a page to update content asynchronously without a full page reload.
- A. DOM
- B. AJAX ✓
- C. CORS
- D. Session
Correct answer
B. AJAX
Explanation
AJAX refers to a web technique that allows a page to update content asynchronously without a full page reload.