Use inline script tags, not block scripting.
Display these two server variables in the browser window using the write method of the response object. Add the <h1> header tags to display the words "Hello World" in larger type.
Save your file as Asgn01.asp and upload your file to your account on the class server.
Create a link named Asgn01 from your index file that points to this page on the server.
Verify that your link from your table of contents page works correctly.
Correct any errors.
Grading: (80 points)
10 points - created server variables named MyName and HelloWorld
10 points - used inline scripting tags
10 points - used write method of the response object to display the two
variables in the browser
10 points - the words "Hello World" appear in <h1> header type
10 points - successfully uploaded files to class server
10 points - created a link named Asgn01 that works from table of contents page
10 points - named the file Asgn01.asp
10 points - all errors corrected