Examples Given in Lectures
Unit B
For each one of these examples - be sure to "View Source" to see how they are written!
- ex01.html - Basic HTML structure, Heading
- ex02.html - Paragraph, Bold, Emphasis
- ex03.html - Preformatted Text
- ex04.html - Links, Special Characters
- ex05.html - Lists, unordered, ordered, definition
- ex06.html - Image tag
- ex07.html - Image tags and text
- ex08.html - Basic Table
- ex09.html - Table with boarder, width, height, spacings
- ex10.html - Table with a blank cell
- ex11.html - Table using colspan
- ex12.html - Table using 'th' tag - table header
- ex13.html - Table using rowspan
- ex14.html - Coloring cells in the table
- ex15.html - Table and aligning elements within the cells
- ex16.html - Image maps
Cascading Style Sheets Examples
Unit C
Dynamic HTML and Javascript
Unit D
Drawing in Processing
Event-Loop and Conditionals in Processing
Complex Conditionals, Making a Button (Lab D2)
Unit E
Introduction to using Variables
Using Variables to Switch States in Programs
Using Variables to Animate Things in Programs
Unit F
Programmer Defined Functions