Web Programming 1 (Basic HTML)


In this assignment, you will be instructed to create a cover web page for your project website (see example). All aspects and requirements of your web page should be related to the your project topic. The color scheme you choose should be consistent with the images that you created for your web page (in a previous assignment).

Getting Started


Create an HTML Cover Page

Edit your index.html file. From cPanel's File Manager, click on "index.html" (which is the default landing web page for your domain name) and select "Edit" (use the basic editor - not the code or html editor).

Add the following requirements to your index.html page:

  1. DOCTYPE. Add the doctype for HTML5 as instructed in the video tutorials.

  2. Charset. Add the utf-8 charset meta tag as instructed in the video tutorials.

  3. Title. Give the document an appropriate title. Remember, the title does not appear on your actual web page, but in the tab at the top of your browser.

  4. Headline. Use the largest heading tag to add the title of your project as a headline.

  5. Author. Add your name as the author.

  6. Line Break. Use at least one line break after the author text.

  7. Animation. Add your animation (created in the Pixlr assignment). Be sure to upload the image using the File Manager.

  8. ALT Attribute. Add an alt attribute to your animation image tag.

  9. Smaller Headline. Use the second largest heading tag to add the text "Abstract" as a headline.

  10. Abstract. Using the paragraph tag, write one paragraph describing your project topic.

  11. Headline. Use the second largest heading tag to add "Table of Contents" as another headline.

  12. Ordered List. Create an ordered list of the sections of your website: Purpose, Effects and Impacts, Technical Aspects, Relationship To Data, References. Each section text should be a separate item in the list