Review Topics for the Midterm
Class Page Links
-
All the ones that have been marked
like this.
UNIX
HTML
-
Standard codes for a web page: HTML, HEAD, BODY, TITLE
-
External Style Sheet: LINK (REL, HREF, TYPE)
-
Headings: H1, H2, H3, H4, H5, H6
-
Character style: B, I, U
-
Layout: BR, P, HR
-
Tables: TABLE, TR, TD
-
Lists: OL, UL: LI; DL: DD DT
-
Anchors: A (HREF, NAME)
-
Images: IMG (SRC)
-
Connecting tag to style sheet:
class="stylename"
-
Relative and Absolute references
CSS
-
Font: font-family, font-size, font-weight, font-style
-
Default font family names: serif, sans-serif, fantasy, cursive, monospace
-
Colors; background-color, color
-
Default style for a tag
-
Named style for a tag
-
Generic, named styles
-
Nested styles
-
Connecting an HTML to a named tag in a stylesheet
Java Servlets
-
Chapter 1
-
Chapter 2
-
2.11
-
Web Applications: A Preview
-
Making a Web Application Directory
-
Updating Your CLASSPATH
-
Chapter 3
-
Chapter 4
-
Chapter 5
-
Chapter 14
-
Chapter 19
HTML Text (for reference only)
The HTML text was a recommended text, but not required. For those who bought
the book as an additional reference to HTML and CSS, these are the chapters
that contain similar material to what I covered in class.
-
Chapter 1 (all)
-
Chapter 3 (all)
-
Chapter 4 (through 4.3)
-
Chapter 5 (5.1, 5.5)
-
Chapter 6 (all)
-
Chapter 7 (7.1, 7.2)
-
Chapter 8 (8.1, 8.2, 8.7)
-
Chapter 9 (9.1 through 9.5, 9.7 through 9.11)
-
Chapter 10 (10.1, 10.2, 10.4)
-
Chapter 11 (11.1 through 11.5)
-
Chapter 12 (12.1, 12.2, 12.4)