CS222 Web Programming Assignment 1

Trish Cornez





Part 1

Programming often requires a certain amount of research to understand underlying theory.
Research the following questions and topics. Write your answers in an MS Word document and upload to Canvas.
  1. Who invented the World Wide Web?
  2. Explain http.
  3. Explain ftp.
  4. Explain scp.
  5. What are HTML5 tags?
  6. What is the syntax for an HTML5 comment?
  7. Explain CSS.
  8. List and describe the datatypes for JavaScript



Part 2

Using the mockup shown below, create the webpage and name it assignment1.html.
  1. You may add your own image or use a screenshot of the one in the mockup.
  2. Apply an image caption, a NASA link, paragraph bullets, a table, and formula subscripts, underlines, bolds, etc.
  3. Upload assignment1.html to your server.
  4. Use https://validator.w3.org/
    to perform markup validation. Correct all validation issues.
    NOTE: Use the W3 Validator on all web assignments.