Question:____Function displays the Latitude and Longitude in geoLocation in HTML5.
A showLocation()
B showPosition()
C both a and b
D showStatus()
/11
+ Answer
B
+ ExplanationThe HTML5 geolocation feature lets you find out the geographic coordinates (latitude and longitude numbers) of the current location of your website's visitor. The showPosition() function in HTML is used to locate a user's position.