parent
fc5cd02909
commit
dd329e8b0e
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
|||||||
# DOM APIs |
# 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) |
||||||
|
Loading…
Reference in new issue