Ever thought of an idea where you just wanted to get the location of the user for your website or web application but didn’t know how to do it? If yes, fret not! Here’s a simple way to do this. To achieve this, we’ll be using HTML’s Geolocation API. The Geolocation API allows the user to provide their location to web applications if they so desire. With this snippet in your code, you’re good to go!