CECS 5100Survey of Educational Computer Languages
Fall 2002
|
||
AssignmentsAssignment #4 - Intro CGI.pmDue Date: November 14, 2002
Value: 10 points
Submission:
Assignment: Required Output (something close to this with your name instead of mine): <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head><title>Welcome</title></head> <body> <p>Your name is: greg</p> <p>Your course is: 5100</p> </body></html> Program Example:
Copyright 2002, Dr. James G. Jones | ||