Computer Science Assignment | College Homework Help

General Instructions for your Website:College Homework Help

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

During Week 1 through Week 7 of this course, you will be building a personal website on a topic of your choice.  Choose a topic about which you are both knowledgeable and enthusiastic, so that you will be able to easily write about the topic and share your knowledge of the topic through your website. 

During Week 1, you will create the home page of your website.  Make sure that you write the content (the paragraphs of information about your topic) yourself.  Do not copy content from other web pages.  Your website should contain at least 4-6 paragraphs of information, arranged in a logical manner (using headings and sub-headings appropriately).  During Week 2, you will add an external style sheet to your website.  During Week 3 through Week 7, you will either add additional pages to your website or you will add new functionality to your home page, as directed in the instructions for each assignment.

You must write the code files by hand for all assignments in this class.  A simple text editor, such as Notepad or Notepad++ will suffice (or TextEdit on the Mac).  DO NOT use GUI editors, such as FrontPage, Dreamweaver, etc.College Homework Help

  You must write the code for your web pages yourself.  If you are using a PC, it is strongly recommended that you download the free Notepad++ text editor (https://notepad-plus-plus.org/) because it contains extra features which assist with debugging, such as line numbering and color coding of different elements of syntax.  Mac users should use the TextEdit text editor that comes with the Mac OS.  However, if you are a Mac user, make sure you set TextEdit to use Plain Text by default.  You can find instructions for this here: https://www.tekrevue.com/tip/textedit-plain-text-mode/

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Make sure all of your web pages comply with the HTML 5 standards and CSS standards.  DO NOT use obsolete HTML elements and attributes from previous versions of HTML.  By including the HTML 5 DOCTYPE declaration in your webpages, and validating all of your HTML files at https://validator.w3.org/#validate_by_upload, you can be sure that your code complies with HTML 5.  Starting Week 2, your external style sheet (.css file) must pass validation at the W3C CSS Validation Service: https://jigsaw.w3.org/css-validator/#validate_by_upload.  Make sure you use the “Validate by File Upload” option (and NOT the “Validate by Direct Input” option), on both of these validators since this is the way your instructor will check your pages when grading your assignments.

The home page of your website must be named “LastFirstHomePage.html” where “Last” is your last name and “First” is your first name.  For example, if your name is John Smith, you would name your home page file SmithJohnHomePage.html   Starting with Week 2, you will also have a CSS file linked into every HTML page on your website. 

Name your CSS file “LastFirstStyleSheet.css” where “Last” is your last name and “First” is your first name.  Your website must only have 1 CSS file and that file should be linked into all HTML pages on your website.  Additional HTML pages created for your website (During Week 3 through Week 5) should be hyperlinked together through a navigation menu that appears on all pages of your website.  Naming conventions for each additional page on your website will be included in each assignment description that requires a new HTML page.

Specific Instructions for Assignment 3:

For this assignment, you will add a second page to your website and create a navigation menu that links the two pages together.College Homework Help

1) You will create an “about” page for your website.  This will be a second HTML page.  Since the basic structure of an HTML file is the same for all pages, you can reuse some of the code from your home page (created in Assignment 1).  Create a new HTML file in your text editor and name the file “about.html”.  It should contain all of the same basic code that is in the head section of your home page.  The body section should contain additional content.

  Your “about” page should contain information about your website and/or information about you including any applicable civic or cultural activities (the author of the website).  You can move some of the content from your home page to your “about” page, if it would be more appropriate on this new page, or you can write new content for this new page (or a combination of some existing content and some new content).  Save your new file and validate it using the HTML validator: https://validator.w3.org/#validate_by_upload.  Debug and fix any errors identified by the validator until your file passes validation. 

2) Make sure the external CSS style sheet you created in Assignment 2 is linked into both your home page and your new “about” page with the <link> tag in the head section of each file.  Your website should only have 1 CSS file, and that same file should be linked into all HTML pages on your website.

3) Create a navigation menu for your website.  Your navigation menu can be as simple as a list of links, or you can explore some more advanced ways of creating a navigation menu if you wish.  Make sure your navigation menu appears on all pages of your website (i.e., your home page and your “about” page).  You navigation menu must appear at the top of each page. College Homework Help

For this week, your menu (on each page of your website) must include a link to your Home page and your About page.  In future weeks of this course, as you add more pages to your website, you will need to edit your navigation menu on each page of your website to add links to the new pages you add to your website.  Hint: Sample code for a simple navigation menu can be found in the Week 3 module in the Lessons area.  At a minimum, you must model your navigation menu after the example I gave you in the Lessons area (a menu with a link for your Home and About pages on the top of each page of your website).  You can also find links there to more advanced examples, if you wish to experiment with them.

Validation Requirements:

Before submitting your web site:

  1. Validate all HTML files at https://validator.w3.org/#validate_by_upload, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.
  2. Validate your CSS file at https://jigsaw.w3.org/css-validator/#validate_by_upload, using the “Validate by File Upload” option, and fix any errors that the validator identifies before submitting your web site for grading.

Note: It is critical that you debug and fix ALL errors identified by these two code validators before submitting your assignments.  Contact your instructor for assistance if you are having difficulty debugging and fixing your errors because it is imperative that your code files pass validation.College Homework Help

Submission Instructions: Create a zip file containing all files related to your web page (.html files, .css file, image files, and/or multimedia files).  Make sure you maintain the necessary directory structure in your zip file so that your webpages will view correctly when unzipped.  In other words, if your images are in a sub-folder on your computer, in relation to the folder containing your .html file, then you need to maintain that same directory structure in your zip file, too.  Submit only the zip file for grading.

Rubric for Grading Assignment

Points

Webpages (all HTML files) validate without errors at https://validator.w3.org/#validate_by_upload 10Style sheet (CSS file) validates without errors at https://jigsaw.w3.org/css-validator/#validate_by_upload 10Website contains well-written, well-thought-out, creative, attractive, and well-organized content (uses paragraph, line break, heading tags, and horizontal rules appropriately to organize content) 10Correct use of all basic elements in a webpage document

(Ex: DOCTYPE, html, head, body, meta, title, link, etc.) on every HTML page 10CSS style sheet containing appropriate formatting for your website, linked into all HTML pages of your website 10Website contains a minimum of 2 HTML pages — your home page (created for Assignment 1) and an additional “about” page 10Consistent navigation menu on all pages of your website, using local hyperlinks (coded with relative paths) 30Correctly created zip file that contains all files for webpage (maintaining original folder structure) 10Total100***Note: Your website must include a minimum of 2 HTML pages, linked together via a navigation menu, as specified in the instructions above, to receive any credit for this assignment.  Websites submitted without 2 HTML pages and a functional navigation menu will not receive any credit. Get Computer Science homework help today

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
How it works
Receive a 100% original paper that will pass Turnitin from a top essay writing service
step 1
Upload your instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
Pro service tips
How to get the most out of your experience with Homework Writing Services
One writer throughout the entire course
If you like the writer, you can hire them again. Just copy & paste their ID on the order form ("Preferred Writer's ID" field). This way, your vocabulary will be uniform, and the writer will be aware of your needs.
The same paper from different writers
You can order essay or any other work from two different writers to choose the best one or give another version to a friend. This can be done through the add-on "Same paper from another writer."
Copy of sources used by the writer
Our college essay writers work with ScienceDirect and other databases. They can send you articles or materials used in PDF or through screenshots. Just tick the "Copy of sources" field on the order form.
Testimonials
See why 20k+ students have chosen us as their sole writing assistance provider
Check out the latest reviews and opinions submitted by real customers worldwide and make an informed decision.
Business and administrative studies
GOOD work.
Customer 463105, June 27th, 2022
ASCI 491: Operational Applications in Aeronautics
Well articulated.
Customer 457731, April 12th, 2022
Psychology
Absolutely wonderful speech! Thank you so much!
Customer 462815, April 20th, 2022
Business
Always check word count when proofreading.
Customer 452441, April 6th, 2022
GOVT 200
Plagiarism issue noted.
Customer 454799, July 11th, 2022
Food & Nutrition
Work excellently done Looking forward to working with you again.
Customer 463463, November 4th, 2022
Business
Blends well with the target website's affairs.
Customer 452441, June 22nd, 2022
English 101
i received the paper early
Customer 461063, November 1st, 2022
Medicine
The writer has a good content
Customer 463147, December 28th, 2022
Psychology
The writer followed all instructions and superseded my expectations!!! This paper was beautifully written and I am thoroughly impressed!! Thank you to the writer for doing a phenomenal job and thank you to customer service for ensuring I received a quality paper.
Customer 452455, May 5th, 2023
Accounting
Thank you so much for the help, with your help that provided me with more time to learn the materials and do other assignments. I wish you existed back in 2005.
Customer 453041, June 3rd, 2020
Other
Paper is great but I had to turn in past my deadline.
Customer 463301, October 1st, 2022
11,595
Customer reviews in total
96%
Current satisfaction rate
3 pages
Average paper length
37%
Customers referred by a friend
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat