An open API service indexing awesome lists of open source software.

https://github.com/ik-web/js-dom

Practical work on the topic JavaScript DOM (Kottans-frontend course)
https://github.com/ik-web/js-dom

css dom dom-api front-end frontend html javascript js kottans kottans-frontend

Last synced: 28 days ago
JSON representation

Practical work on the topic JavaScript DOM (Kottans-frontend course)

Awesome Lists containing this project

README

          


Document Object Model (DOM)


html
css
javascript



>> DEMO LINK <<

## Description:

Practical work on the topic JavaScript DOM (**Kottans-frontend** course)

Part of the page with an interactive menu.
Navigation through the menu buttons without reloading the page.

> [MDN web docs - [ Document Object Model ]](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model)

## Developers

- [Ihor Kuchin](https://github.com/ik-web)

## License

>MIT License
>
>Copyright (c) 2022 Ihor Kuchin
>
>Permission is hereby granted, free of charge, to any person obtaining a copy
>of this software and associated documentation files (the "Software"), to deal
>in the Software without restriction, including without limitation the rights
>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
>copies of the Software, and to permit persons to whom the Software is
>furnished to do so, subject to the following conditions:
>
>The above copyright notice and this permission notice shall be included in all
>copies or substantial portions of the Software.