Welcome! 👋
This repository contains my HTML Biography Page, created as part of my HTML learning journey.
The goal of this project is to practice semantic HTML, proper document structure, and writing clean, readable code.
By completing this project, I learned how to:
- Create an HTML5 document
- Use semantic HTML elements
- Structure content correctly
- Create navigation links
- Build forms
- Organize content with headings
- Link external websites
- Write accessible HTML
html-biography/
│
├── index.html
├── README.md
└── assets/
├── images/
└── icons/
git clone https://github.com/your-username/html-biography.gitcd html-biographycode .Open index.html in your browser.
Or install the Live Server extension in VS Code and click Go Live.
The page should include:
- ✅ Header
- ✅ Navigation
- ✅ Main
- ✅ At least 3 Sections
- ✅ At least 1 Article
- ✅ Aside
- ✅ Footer
- ✅ Biography
- ✅ Skills
- ✅ Learning Goals
- ✅ Projects
- ✅ Contact Form
- ✅ Social Links
- ✅ One
<h1>with logical<h2>and<h3>headings
- HTML5
<header><nav><main><section><article><aside><footer><form><input><textarea><button>
Add a screenshot of your webpage here after completing the project.
Example:
assets/images/screenshot.png
- HTML document structure
- Semantic HTML
- Page navigation
- Forms
- Accessibility basics
- Organizing content
- Add CSS styling
- Make the page responsive
- Add profile picture
- Add animations
- Deploy online using GitHub Pages
Your Name
- GitHub: https://github.com/yourusername
- LinkedIn: https://linkedin.com/in/yourusername
This project is for educational purposes.