Review Topics for the Midterm
Class Page Links
-
All the ones that have been marked
like this.
UNIX
HTML
-
DOCTYPE and meta (know what they areand why they are needed)
-
Standard codes for a web page: HTML, HEAD, BODY, TITLE
-
Headings: H1, H2, H3, H4, H5, H6
-
Layout: BR, P, HR
-
Anchors: A (HREF)
-
Relative and Absolute references
-
HTML forms
-
text boxes
-
hidden fields
-
submit buttons
Online Book
-
Chapter 1
-
Browser-Server Communication
-
Markup Language
-
HyperText Markup Language
-
Basic Tags for a Web Page
-
What is the HT in HTML?
-
Representing Data
-
HTML Forms
-
Transmitting Data Over the Web
-
Processing Form Data
-
Initializing Form Data
-
Chapter 2
-
Action Attribute
-
Sending Data Back - Hidden Field Technique
-
Sending Data to Either of Two Pages
-
The Truth About JSPs
-
Using a Controller
-
JSPs versus Servlets
-
Controller Servlet
-
Chapter 3
-
Using a Controller Method to Generate Hidden Fields
-
Member and Local Variables in a Servlet
-
Using a Bean for Hidden Fields
-
Including .jar Files
-
Using a Collection of Beans for Hidden Data
-
Using a Bean and Validating
-