Web Programming I
The examples are in topic directories in the repository.
-
Topic-00-HTML-CSS
- Introductory static web page
- Various tags
- CSS styling
- Javascript access to DOM
- Simple events
- Bootstrap intro
-
Topic-01-textarea
- TextArea tag
- More on event handlers
- Putting text into text area
- Getting text out of a text area
- Storing data to localStorage
- Retreiving data from localStorage