Assignment 1


Due Thursday, February 15th


The objective of this assignment is to create a 5+ page responsive website focused on a local Oneonta business.
Some local business examples:

Razzle Dazzle | Autumn Café | The Black Oak | Green Earth | Village Printer | Mt. Fuji

What’s Required

  1. 5+ pages with Simple CSS UL navigation.
  2. Responsive layout
  3. External CSS
  4. Consistent Design

New Semantic Elements in HTML5:
Many web sites contain HTML code like: <div id="nav"> <div class="header"> <div id="footer">
to indicate navigation, header, and footer.

HTML5 offers new semantic elements to define different parts of a web page:  

    HTML5 Semantic Elements
  • <article>
  • <aside>
  • <details>
  • <figcaption>
  • <figure>
  • <footer>
  • <header>
  • <main>
  • <mark>
  • <nav>
  • <section>
  • <summary>
  • <time>

Learn more here: https://www.w3schools.com/html/html5_semantic_elements.asp
You will be graded based on the rubric in our course syllabus, as well as showing an understanding of the lesson plan presented in class.

Home Page Layout and Inner Page

Home Page Layout and Inner Page layout should be slightly different.

    HTML5 Semantic ElementsHTML5 Semantic Elements

Check list for Thursday:

  • Are all my pages responsive?
  • Proper page titles
  • Alt Tags and Proper Image tagging.
  • Nav Menu & Footer Menu
  • Social Media Icons and Copyright
  • Headings setup for all h1-h6 even if not being used.
  • Meta Data on each page
  • Fav Icon on each page
  • Site Links Defined