Site icon Tutor Bin

CU Start Building Your Web Site for Your Fictional Organization Question

CU Start Building Your Web Site for Your Fictional Organization Question

Description

In this assessment, you will start building your Web site for your fictional organization by creating a homepage using HTML5 and some of the key elements that define a Web page. You are required to use either a simple text editor to write your code, or an enhanced text editor such as Brackets, linked in the Resources under the Suggested Resources heading.

Note: Microsoft Word is not a good tool for developing code because it is a document processor and not a text editor as it adds other formatting to the background code.

Once you have built your homepage, you will have a better idea of the consistent elements that you will need across all of your pages. Typically, Web pages have some aspects that will be the same from page to page so that a user does not need to relearn how to navigate a Web site. These components typically include the header (consists of the logo and organization name), main navigation (consists of the main pages or categories of the page), main content area (where the bulk of the information about the page is located), and the footer (consists of secondary navigation, address, copyright information, et cetera).

The creation and reuse of these common elements is where templates become invaluable. By simply duplicating the template file, you can quickly create all of your pages leaving only content to add to finish off each of the pages. As you are creating your homepage, you will want to be cognizant of the fact that you will be using it to create your template file.

Once completed, you will publish your pages with a Web host of your choosing.

Note: The Web host that you choose must use PHP.

Expectations

The code that you use to create your page (and during this course in general) should conform to the following expectations:

  • Pages should render properly in at least two of the following browsers: Chrome, Firefox, and Safari.
  • Code should use all of the tags specified in the directions.
  • Code should be verified to be error free, well documented with comments, and appropriately constructed.

Hint: Consider creating a mock-up or wireframe that depicts the precise layout of your homepage. It will act as a useful guide as you develop your site.

Note: This course requires to you to use a text editor to complete your work. There are many free open-source options on the Internet from which you may choose. One such tool is Brackets, which is freely downloadable.

Directions

Using a text editor, create an HTML5-compliant homepage with a file name of index.htm. The page should include the following page sections:

  • Header: Include the organization name and logo.
  • Navigation: Include links to all site pages (including the homepage).
  • Content: This section will later be customized for each of the site pages. For the home page, it should, at a minimum, consist of information that introduces the organization.
  • Footer: Include secondary navigation, copyright notice, or other text of your choosing.

Be sure to:

  • Include the following tags in the code: title, article, section, head, header, html, body, footer, nav, and doctype.
  • Make sure to include developer comments for each page section to explain or describe the coding.
  • Include a comment block at the top of each of your Web pages with your name, the date, the file name, and a short blurb about what the page will consist of.

Save a copy of the homepage and name it template.html. Remove the content that you placed in the “Content” section. This file will serve as a template to be used later to create the other four pages of your site.

Make sure to do the following:

  • Submit error-free HTML5 code.
  • Create a Web page that demonstrates the accurate use of specified HTML5 tags.
  • Create Web page elements that accurately reflect design requirements.
  • Write developer comments to describe and explain code.

Once completed, view your pages in your selected Web browsers to see if the content renders appropriately and consistently within each. Next, ensure that your HTML code is HTML5 compliant. You may use the Markup Validation Service from W3C for testing this, linked in the Resources under the Suggested Resources heading. Important: Take a screen capture of your validation results and save it for submission.

Note: Errors from the validation should be fixed. However, warnings do not need to be fixed but should be reviewed. Fix the issues from the top down as one error can cascade into many other errors.

Hint: If you are using Brackets as your enhanced text editor, there is a live preview feature that will allow you to see the results of your code as you enter it. This will help you to quickly identify if you may be missing a closing tag or an attribute

Create an HTML5-compliant homepage for an organization of your choosing.

Note: Developing a Web site requires specific steps that must be carried out in a certain order. Therefore, you must complete the assessments in this course in the order in which they are presented.

Modern Web sites are usually developed using a specific sequence of processes. The assessments in this course are designed with that sequence in mind and should be completed in the order presented.

In this course, you will build a Web site for a fictional nonprofit organization. One of the first steps in building a site is the creation of a homepage, which often serves as a template for other site pages. HTML5 is the current markup language standard and will be used along with CSS (in later assessments) to build your site.

By successfully completing this assessment, you will demonstrate your proficiency in the following course competencies and assessment criteria:

  • Competency 1: Write HTML5 code that properly renders a page in a Web browser.
    • Submit error-free HTML5 code.
    • Create a Web page that demonstrates the accurate use of specified HTML5 tags.
  • Competency 2: Design Web pages using commonly accepted visual, architectural, and navigational conventions.
    • Create Web page elements that accurately reflect design requirements.
  • Competency 4: Communicate effectively.
    • Write developer comments to describe and explain code.

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Exit mobile version