<!DOCTYPE html> tells browser it's HTML5.<head> contains metadata, title, and links to styles.<body> holds everything visible.backdrop-filter: blur() creates the trendy glassmorphism effect.label) and image have border-radius:50%.overflow: hidden hides any rectangle edges.object-fit: cover fills the circle without stretching..two-col puts objective + education side by side..grid-3 places skills, certifications, awards in three columns.1fr means each column takes equal space.gap adds breathing room.
localStorage keeps data even after browser closes.FileReader reads it.<img> and automatically saves to localStorage.✨ use this step‑by‑step guide to explain each piece in front of teacher & classmates ✨