Web Design Assignment
Assignment 6A – AJAX JSON API
This assignment demonstrates loading external HTML content, JSON data, and Google Maps API features using JavaScript and AJAX techniques.
AJAX HTML Demo
Loads an external HTML snippet into the page dynamically using JavaScript fetch().
AJAX JSON Demo
Loads structured JSON data and displays the results dynamically on the page.
Google Map Demo
Uses the Google Maps API to display a styled map with a custom marker.