Tag: html

Geolocation in HTML

Geolocation in HTML – getCurrentPosition() What is Geolocation? Geolocation is used to retrieve the geographical location of a user Example of Geolocation: The most basic usage of geolocation is implemented…

How to draw chart in HTML

How to draw chart in HTML: (Chart in HTML code) A simple code to draw bar chart using HTML 5. Requirements: you are required for download RGraph.common.core.js(here) and RGraph.bar.js (here) copy…