Web Technologies (HTML, CSS, JavaScript, HTTP)
Select the correct name for: a web application that loads a single HTML page and dynamically updates content as the user interacts with it.
- A. Web server
- B. Client-server model
- C. HTML tag
- D. Single-page application (SPA) ✓
Correct answer
D. Single-page application (SPA)
Explanation
Single-page application (SPA) refers to a web application that loads a single HTML page and dynamically updates content as the user interacts with it.