Description

This lab will be reviewed by your instructor, and your grade will be adjusted down from 100% if it does not meet the grading requirements. You can use the Website Refresh button to refresh your website preview at any point. You can view a full-page version of your website by clicking the arrow in the top right corner of your website preview. Complete all lab requirements before you submit your work.

Perform the following tasks:

  1. Now, create a folder to serve as the root folder for the website and name the folder portfolio.
  2. Open a text editor. You can use notepad or any other text editor you choose.
  3. Create a webpage template inside the portfolio directory with HTML semantic elements and static content. Add a multiline comment beginning at Line 2 that includes your name (firstname lastname), the file name, and the current date (MM/DD/YYYY).
  4. Add a comment above the main element to note its purpose.
  5. In the header, include a heading element for your name, and then add another heading element with your mission statement or tagline.
  6. In the nav area, include text for the links you will provide to the other webpages in the website.
  7. Validate the template, correct any errors, and then use the template to create a home page for your portfolio called index.html.
  8. Finally, add content to the main content area on your home page and add at least one character or symbol on your page. See example below. Don’t worry about formatting because you will get the change to format later.