🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
beginner

Basic HTML Structure

#html #structure #elements

Create a well-structured HTML document with common elements

Create an HTML document for a personal profile page. Include the following elements: a proper DOCTYPE declaration, html, head, and body tags. In the head section, add a title and a meta charset. In the body section, include a main heading (h1) for your name, a paragraph (p) with a short bio, an unordered list (ul) with at least three of your interests, and an image placeholder using an alt text but no actual image source.