代写 html Java javascript Spark database graph Go In this assignment, you will build upon the activities from weeks 1, 2, and 3. Your task is to hand-code a website using HTML, CSS, and Javascript. You must code everything from scratch using vanilla HTML, CSS and JavaScript. No templates or frameworks are allowed in this assignment (save that for assignment two). You are free to Google around for “How do I do X in HTML/CSS/JavaScript.” If you find a solution to a particular problem, be sure to include this information in the Coversheet for this assignment.

In this assignment, you will build upon the activities from weeks 1, 2, and 3. Your task is to hand-code a website using HTML, CSS, and Javascript. You must code everything from scratch using vanilla HTML, CSS and JavaScript. No templates or frameworks are allowed in this assignment (save that for assignment two). You are free to Google around for “How do I do X in HTML/CSS/JavaScript.” If you find a solution to a particular problem, be sure to include this information in the Coversheet for this assignment.
Steps
• Create a new “hello-webpage” project
• Edit the index.html, styles.css, and script.js to add your own HTML, CSS, and JavaScript.
• Create new HTML pages for each page of your website
• Tweak your HTML, CSS, and JavaScript and refresh the page (Glitch will do automatic page refesh by default, but that will go to the main page and not sub-pages…it is an annoying bug).
Expectations
You need to build a whole website. The topic can be about anything you want. For example, make a website about your favorite movies, maybe a page for your top moves in 5 different genres. Or you could make a personal website eith pages about your hobbies, your coursework, some “blog posts” (I dont expect you to write a lot of content for posts). I will leave it to you to think about what kind of website you want to make. Just remember, it must be coded by hand!
HTML
• At least 5, well structured, HTML pages – Link the pages together with a navigation pane.
• Use a variety of HTML elements – Each page should have headers, and paragraphs with some text content. Your assignment should have each of the following elements:
• Table
• Ordered or Unordered list
• Image(s)
• Use the HTML 5 Semantic Elements (Links to an external site.) to in your HTML. This means using the 

,

,

,

,and