Review Topics for the Midterm
Class Page Links
-
All the ones that have been marked
like this .
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 (COLSPAN, ROWSPAN)
-
Lists: OL, UL: LI; DL: 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 names: serif, sans-serif, fantasy, cursive, monospace
-
Text: text-align, text-indent, text-decoration, text-transform
-
Colors; background-color, color
-
Margins: margin-left, margin-right, margin-top, margin-bottom
-
Lists: list-style-type
-
Pseudo tags: A:LINK, A:VISITED
-
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
Apache Server
-
httpd.conf
-
ServerRoot
-
Port
-
ServerAdmin
-
srm.conf
-
DocumentRoot
-
UserDir
-
DirectoryIndex
-
AccessFileName
-
Starting, Restarting, and Stopping Apache
-
To which file system directories do the following paths correspond on an
Apache server?
Unix Commands
-
Starting, Restarting, and Stopping Apache
-
chmod
-
read, write, execute
-
user, group, other
-
Meaning of modes on files and directories
-
Commands that can be used to demonstrate if certain permissions exist
Tomcat
-
Structure of a web application.
-
To which file system directories do the following paths correspond on a Tomcat
server?
-
/~jbond007/
-
/~jbond007/servlet
-
Complete URL for accessing a servlet
Java Servlets
-
Chapter 1
-
Chapter 3
-
Chapter 5