Computer Science homework help

Please message me if you can do the following below

Assignment Instructions

Instructions for Your Final Project:

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now

Build a comprehensive website with information about the job or profession you intend pursue when you graduate (Computer science related).  Your webpage content should include a Job Description, Knowledge/Skills required for the job, Training/Education required for the job, and Salary/Benefits expected from the job. Use the following sources to conduct your research: Occupational Outlook Handbook: https://www.bls.gov/ooh/ or similar references.  Make sure that you explain the content (the paragraphs of information about your topic) yourself.  Do not simply copy content from other web pages.  Include citations to give credit to the source where you found the information you include on your website.  Your website should contain at least 4-6 paragraphs of information, arranged in a logical manner (using headings and sub-headings appropriately), and it should consist of at least 3 HTML pages.  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 file SmithJohnHomePage.html.  You may name your other two HTML pages anything you like.  Name your CSS file “LastFirstStyleSheet.css” where “Last” is your last name and “First” is your first name.

Important Note: All files created for this assignment must be new files that you have not submitted for grading in previous weeks.  No credit will be given if your HTML file(s) and/or CSS file(s) are identical to any files that you have previously submitted!

The HTML pages of your website must include all of the following:

  1. Contains the HTML 5 DOCTYPE declaration on each page
  2. Correctly uses html, head, body, and link tags on each page
  3. Includes charset, author, keywords, and description meta tags on each page
  4. Use title tags to give each page an appropriate title
  5. Link all pages to an external style sheet (.css file)
  6. Appropriate navigation between pages of your website, using local hyperlinks (coded with relative paths)
  7. Your webpage content should include a Job Description, Knowledge/Skills required for the job, Training/Education required for the job, and Salary/Benefits expected from the job.
  8. Include at least 3 images representing your job/profession of interest.
  9. Include a JavaScript function of your choice
  10. Include a hyperlink to a webpage with information about a certification to support your job/profession of interest.
  11. Include an HTML table summarizing information about your job/profession of interest.
  12. Include an HTML form with at least 6 different types of form inputs and appropriate content for the theme of your website
  13. Be sure to create relevant and informative content and to design your website attractively.

Your external style sheet (.css file) must include all of the following:

  1. Appropriate CSS for main elements in your page (body, headings, horizontal rules, images, etc.), such as page background color, text color, font types, font sizes, font colors, width, height, float, margin, etc.)
  2. Include a background color (other than white) or a background image representative of your job/profession of interest.
  3. Any additional CSS you wish to add to your website (optional).

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.