diff --git a/src/data/roadmaps/javascript/content/dom-apis@bhuGtcyqPFKu-900aESYz.md b/src/data/roadmaps/javascript/content/dom-apis@bhuGtcyqPFKu-900aESYz.md index 6e3e2f1f1..7bfba602b 100644 --- a/src/data/roadmaps/javascript/content/dom-apis@bhuGtcyqPFKu-900aESYz.md +++ b/src/data/roadmaps/javascript/content/dom-apis@bhuGtcyqPFKu-900aESYz.md @@ -1 +1,8 @@ -# DOM APIs \ No newline at end of file +# DOM APIs + +With HTML DOM, JavaScript can access and change all the elements of an HTML document such as its attributes, CSS styles, remove elements, add and create new elements on the page. Web API means application programming inteface for the web. All browsers have a set og built-in Web APIs to support complex operations, and to help accessing data. Like Geolocation API, Web Storage, Web History and others. + +Visit the following resources to learn more: + +- [@article@DOM- MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) +- [@article@Web APIs- W3schools](https://www.w3schools.com/js/js_api_intro.asp)