Skip to content

puzzubly/Fetch-API-DOM-EventHandlers-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Fetch-API-DOM-EventHandlers-CSS

PokeAPI with HTML / CSS / JavaScript

πŸ±β€πŸš€ Fetch API interface allows web browser to make HTTP requests to web servers

πŸ±β€πŸš€ HTML DOM allows JavaScript to react to HTML events

πŸ±β€πŸš€ A JavaScript can be executed when an event occurs, like when a user clicks on an HTML element

^^ https://www.w3schools.com/

πŸ±β€πŸš€ Examples of HTML events:

*** When a user clicks the mouse *** When a web page has loaded *** When an image has been loaded *** When the mouse moves over an element *** When an input field is changed *** When an HTML form is submitted *** When a user strokes a key

πŸ±β€πŸš€ Events are signals fired inside the browser window that notify of changes in the browser or operating system environment. Programmers can create event handler code that will run when an event fires, allowing web pages to respond appropriately to change https://developer.mozilla.org/

About

PokeAPI with HTML / CSS / JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published