First, write an index.html file, using the HTML5 DOCTYPE, that contains:
- Matching
title
andh1
with "HW1: Your-name" - Nicely-formated answers to the following questions: (You should use chrome tools to find the answers)
- What webserver and OS is used by www.sc.edu?
- List all the JavaScript files loaded by www.sc.edu.
- List all the CSS files loaded by www.sc.edu.
- List the keys of all the cookies used by www.sc.edu.
- In www.sc.edu, for the word "Campuses" on the left-hand menu, what is the margin-top?
- What webserver and CMS is used by www.cse.sc.edu?
- Go to www.cec.sc.edu, change the line that says "About the college" (in the top left) to say "Engineers Get Things Done!". Take a screenshot. Add the screenshot image to index.html, with a width of 400 pixels.
- What webserver and OS is used by www.sc.edu?
- Make sure your page validates.
Finally, create the "Hello World" app engine application, as explained in this post and in the app engine Getting Started tutorial. Run it locally with the appserver to make sure it says hello world. You do not need to publish it (but you can, if you want to). Finally, add the
index.html
and related images to this new project, add them to the git repo, and push to your github repo. This homework is due Monday, September 3 @9am.
From one of your questions about viewing the .html file:
ReplyDeleteNote that you CANNOT see your index.html by going to http://localhost:8080.
See HW2 for how to do that. In HW1 your html file can only be seen by
open it up directly.