Task: Building a Portfolio Webpage

Create the basic structure of a webpage for a personal portfolio.

Task

Start with the basic HTML template. This will be the foundation of your webpage.

  • Set up a basic HTML document.
  • Use semantic html, headings, paragraphs, images, and links.
    • Add a Header Section
    • Add an About Me Section
    • Add a Projects Section
  • Create a simple contact form with input fields.

💡 Keep it simple, don't worry about the appearance and just do it. You can see the solution in the next lesson.