--- title: 'Single-Page CV' description: 'Create a single-page HTML CV to showcase your career history' isNew: false sort: 1 difficulty: 'beginner' nature: 'HTML' skills: - 'HTML' - 'Semantic HTML' - 'Layout' - 'SEO' seo: title: 'Single-Page HTML CV Project' description: 'Create a simple single-page HTML CV that displays your education, skills, and career history.' keywords: - 'html cv' - 'single-page cv' - 'html resume' roadmapIds: - 'frontend' --- > The goal of this project is to teach you how to create a structured, single-page CV using only HTML. You will focus on laying out your education, skills, and career history in a clean, semantic manner. Styling will be addressed in a later project. In this project, you are required to create a single-page CV (Curriculum Vitae) using only HTML. Your webpage should look like the following image:  Key requirements for this project: - **Semantic HTML**: Use appropriate HTML tags to structure your CV. - **SEO Meta Tags**: Include essential meta tags for SEO. - **Open Graph (OG) Tags**: Add OG tags for better social media sharing. - **Favicon**: Add a favicon for your CV page. The structure of your CV should be easily understandable and ready for styling in a future project. ### Submission Checklist: - Semantically correct HTML structure. - Single-page layout with sections for education, skills, and career history. - SEO meta tags in the head section. - OG tags for better social media sharing. - A favicon linked in the head section.