Final Course Project: Static Company Landing Page

🚀 Project Overview

Your goal is to build a complete, multi-section landing page for a fictional technology company. You will use pure HTML5 to structure the content, ensuring it is semantic, accessible, and ready for search engines.

Problem Statement

A new startup called "Intelle-Tech" needs a simple website to showcase their services, introduce their team, and collect customer inquiries. The site must be well-structured so that a designer can apply CSS later.

Project Objectives

Core Features

  1. Navigation Bar: Links to "Services", "About", and "Contact" (Internal anchor links).
  2. Hero Section: Main company mission statement with a background image.
  3. Service Table: A structured table listing plans and prices.
  4. Multimedia Area: An embedded video explaining the product.
  5. Lead Form: Collect Name, Email, Interest level, and a Message.

Development Steps

  1. Start with the <!DOCTYPE html> boilerplate.
  2. Add SEO meta tags in the <head>.
  3. Structure the page using semantic containers.
  4. Fill the "Services" section with a <table>.
  5. Add the "About Us" section using <article> and <img>.
  6. Implement the form at the bottom using <fieldset>.

Evaluation Criteria

Solve in Editor