Download presentation
Presentation is loading. Please wait.
1
Web Design and Development
Implementation – JavaScript
2
Learning Intention I will learn how JavaScript can be used to make web pages dynamic.
3
JavaScript Programming language used in web pages
Lets you add interactivity and dynamic content to web pages: animate page elements search web sites validate user input in forms widgets: weather, date and time
4
JavaScript Events JavaScript lets you execute code when events are detected. Events can be triggered by the user or the browser.
5
JavaScript Events onmouseover –when user moves the mouse pointer over an item on the page onmouseout – when the mouse leaves an item on the page onclick –when user clicks an item on the page
8
Success Criteria I can use JavaScript events to make a web page dynamic.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.