0% found this document useful (0 votes)
20 views

01 Introduction EventDrivenIntro12

This document introduces event-driven programming using JavaScript to create interactive web pages. It discusses how HTML and CSS are used to create and style pages, but JavaScript is needed to add interactivity through responding to events like button clicks and changing views through sorting and selecting. As an example, it describes how HTML, CSS and JavaScript can be combined to create an interactive green screen application that allows uploading images and creating composites.

Uploaded by

Dr Phil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

01 Introduction EventDrivenIntro12

This document introduces event-driven programming using JavaScript to create interactive web pages. It discusses how HTML and CSS are used to create and style pages, but JavaScript is needed to add interactivity through responding to events like button clicks and changing views through sorting and selecting. As an example, it describes how HTML, CSS and JavaScript can be combined to create an interactive green screen application that allows uploading images and creating composites.

Uploaded by

Dr Phil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Event-Driven Programming

Introduction
Why Interactivity?
• With HTML + CSS: create and style pages
• Lots to learn, we've touched on basics
• Interactive web pages are widely used
• Events (e.g. click buttons)
• Change views: sorting, selecting, and more
• New features part of HTML5
• Event-driven programming using
JavaScript to create interactive pages
Interactive Green Screen

• HTML + CSS + JavaScript =


• Interactive web page
• Upload images, create composite!
Interactive Green Screen

• HTML + CSS + JavaScript =


• Interactive web page
• Upload images, create composite!
histography.io

You might also like