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)
- Host: GitHub
- URL: https://github.com/ik-web/js-dom
- Owner: ik-web
- License: mit
- Created: 2020-12-07T19:21:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T12:24:24.000Z (over 3 years ago)
- Last Synced: 2025-10-10T08:32:44.089Z (8 months ago)
- Topics: css, dom, dom-api, front-end, frontend, html, javascript, js, kottans, kottans-frontend
- Language: JavaScript
- Homepage: https://ik-web.github.io/js-dom/
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Document Object Model (DOM)
## 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.