https://github.com/sergeiown/events
Practice working with browser events
https://github.com/sergeiown/events
events html5 javascript prepros scss
Last synced: 4 months ago
JSON representation
Practice working with browser events
- Host: GitHub
- URL: https://github.com/sergeiown/events
- Owner: sergeiown
- Created: 2023-01-04T05:09:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T09:50:21.000Z (about 2 years ago)
- Last Synced: 2025-01-08T19:22:08.033Z (5 months ago)
- Topics: events, html5, javascript, prepros, scss
- Language: JavaScript
- Homepage: https://sergeiown.github.io/Events/
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events
## Studying events on the example of the following tasks:
1. Create an HTML page to display/edit text. When you open the page, the text is displayed using the div tag. When you press Ctrl + E a textarea with the same text appears instead of the div.
2. Create an HTML page with a large table. When you click on a column header, you need to sort the data in that column. Note that numeric values should be sorted as numbers, not as strings. (As a result, the generation of a random table is implemented).
3. Create an HTML page with a block of text in a frame. Implement the ability to change the size of the block by holding the mouse in the lower right corner and dragging.
