Now that you’ve learned the basics of HTML, it’s time to put everything into practice. In this mini project, you will be building your very first complete webpage – a Personal Profile Page.
This page will introduce you, display your hobbies, goals, and even include a contact form. By the end of this task, you’ll have a working webpage that looks and feels professional.
What You Will Do
-
Set up the page structure
Use
<!DOCTYPE html>,<html>,<head>, and<body>. Add a<title>with your name. -
Create a Header Section
Your name should appear in a
<h1>. Add a short tagline in a<p>(e.g., Web Designer | Student | Innovator). -
Insert Your Profile Image
Add your picture (or a placeholder image). Example:
-
Write an “About Me” Section
Add a short introduction in paragraphs. Use headings for subsections like Education, Hobbies, Skills.
-
Add Lists
Create an unordered list of your hobbies. Create an ordered list of your personal or career goals.
-
Create a Navigation Menu
Use
<nav>for links like Home, About, Contact. Add at least one external link (e.g., LinkedIn or GitHub). -
Build a Contact Form
Add input fields for Name, Email, and Message. Include a Submit button.
-
Finish with a Footer
Add copyright information. Example:
© 2025 Olatech School of Programming.
Example Layout (Simplified)
Assignment for You
Create your Personal Profile Page using all the topics we covered in Module One.
Save it as profile.html.
Upload it or share a screenshot for feedback.
Remember: Don’t just copy my example. Customize it to tell your own story! That’s how you’ll truly learn.