Skip to content
ColbyJackL edited this page Sep 26, 2016 · 19 revisions

Final HTML HW Assignment

  • Create a multi-page site in a single directory.
  • This site should have a single theme of fansical information you are presenting.
  • This site should include:
    • an index.html. This is your main landing page.
      • This should be a simple, well formatted page.
      • With a top-level heading,
      • a description of the site,
      • and image representing the fansical topic/information.
      • As well as links to the other pages (using relative links).
    • A video page where you host the video. This should be a video that you own the copyright to or that is public.
      • Additionally this page should include headings, descriptions, etc.
      • Test this page on multiple computers and browsers to make sure it works.
    • A second video page where you include a YouTube video.
      • Again this should include additional content to bring meaning to the video.
    • A "contact page" that includes a google map of your house, work, or the school.
      • You will use the iframe element to do this.
      • This page should also include contact information using the correct elements.
      • This page should also have a simple form where the user could supply their name and e-mail address for a "mailing list".
    • A "purchase page" or "questionnaire page" where you create a multi-section form.
    • Additionally;
      • Each page should include:
        • Use the <div> element to organize various portions of your page.
        • Add a unique id attribute for each element on this page and all subsequent site pages.
        • Include meta data about the page.
        • Use correct block-level elements, as well as inline/semantic markup elements.
      • One page should include a table of some sort of data.
      • One page should include a link to an external website.

Homework Submissions

In addition, you should make a blog entry in the same directory (this will be a README.md file). Please discuss any challenges, successes or findings.

Place your name, and a link to your blog/README.md and to your HTML site
-- Madison Flaget - [HTML Page] (https://madisonflaget.github.io/Hmwk_3.2/) - [Blog Post] (https://github.com/madisonflaget/madisonflaget.github.io/tree/master/Hmwk_3.2/)
-- McKenna Munden - [HTML Page] (https://mckennamunden.github.io/class-3-2/) - [Blog Post] (https://github.com/mckennamunden/mckennamunden.github.io/tree/master/class-3-2)
-- Josh Kornish--blog postWebsite
-- Berit Mondale-blog post--site
-- Dan Cook - [HTML Page] (https://danandcook.github.io/class-3/) - [Blog Post] (https://github.com/danandcook/danandcook.github.io/blob/master/class-3/README.md)
-- Colby Lorch - [HTML Page] (https://ColbyJackL.github.io/341_WebDev/HW_3-2/) - [Blog Post] (https://github.com/ColbyJackL/ColbyJackL.github.io/tree/master/341_WebDev/HW_3-2)

Clone this wiki locally