Review Topics for the Third Exam
Class Page Links
-
All the ones that have been marked
like this.
UNIX
-
Commands to start, stop and restart the Apache server.
-
httpd -d
directory_for_server_root
-
kill -TERM
process_id_of_server
-
kill -HUP
process_id_of_server
Apache
-
Apache Configuration Files
HTML
-
Standard codes for a web page: HTML, HEAD, BODY, TITLE
-
Layout: BR, P, HR
-
Anchors: A (HREF)
-
Relative and Absolute references
-
Tags from Chapter 5
Cascading Style Sheet
Online Book