Web Design and Development Implementation – JavaScript
Learning Intention I will learn how JavaScript can be used to make web pages dynamic.
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
JavaScript Events JavaScript lets you execute code when events are detected. Events can be triggered by the user or the browser.
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
Success Criteria I can use JavaScript events to make a web page dynamic.