Week 4 — HTML form elements,
JavaScript intoduction
The behavioural layer for web pages

Slide sets

Problem solving and Algorithm Design
Introduction to programming

HTML form elements

Form element detail. Forms use JavaScript to read and process the fields before submission to the host site.

Spaceling example

Shows the three aspects of web page structure.

Examples of what can be done.

Example algorithms

In programming you begin with a given set of objects and a set of operations that modify those objects. Programming is creating a sequence of instructions for a person or machine to follow, where the instructions specify which objects you are to use and with which operations you are to modify them.