🧩 Project Title:
“All About Me” Webpage
📋 Requirements:
-
Use proper HTML structure (
<!DOCTYPE html>,<html>,<head>,<body>) -
Include:
-
Headings and paragraphs
-
A list of hobbies or interests
-
An image with alt text
-
A link to a favorite site
-
A form with at least two fields
-
Semantic layout tags like
<header>,<main>, and<footer>
-
💡 Suggestions:
-
Use fun images and content
-
Organize with
<div>or semantic tags -
(Optional) Add basic inline styles for colors and fonts

