Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • HTML Tutorial
  • HTML Exercises
  • HTML Tags
  • HTML Attributes
  • Global Attributes
  • Event Attributes
  • HTML Interview Questions
  • HTML DOM
  • DOM Audio/Video
  • HTML 5
  • HTML Examples
  • Color Picker
  • A to Z Guide
  • HTML Formatter
Open In App

Simple Portfolio Website Design using HTML

Last Updated : 05 Jun, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Creating a portfolio website is a great way to showcase your work, skills, and personal brand to companies/recruiters. In this article, we create a simple portfolio using only HTML.

What You Will Expect to Create in this Project

We'll develop a simple portfolio website that presents your professional highlights, projects, and achievements. We'll utilize HTML tables to organize content, and the layout will be clean with text alignments and a navigational header.

You are not required to style the website, you are only required to create the structure of the website using HTML.

Project Preview:

profilo project preview

Portfolio Website - HTML Code Structure

HTML
<!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Portfolio of John Doe</title> </head> <body>     <header>         <h1 style="text-align:center;">John Doe</h1>         <p style="text-align:center;">Home | Projects | Blogs | Contact</p>     </header>     <h2 style="text-align:center;">Web Developer and Designer</h2>     <table border="1" width="100%">         <tr>             <td>                 <h3>Portfolio Highlights</h3>                 <ul>                     <li>Responsive HTML Layout</li>                     <li>E-commerce Storefront</li>                     <li>Interactive Form Design</li>                     <li>Event Countdown Widget</li>                     <li>Prototype Landing Pages</li>                 </ul>             </td>             <td>                 <h3>Career Achievements</h3>                 <p>Frontend Developer [Intern] at XYZ<br>Headed major product redesigns resulting in a 40% increase in user engagement.<br><a href="#">View My LinkedIn Profile</a></p>                 <h3>Community Involvement</h3>                 <p>Active participant in local and online developer forums. Regularly contribute to web development blogs and GitHub projects.<br><a href="#">Visit My GitHub</a></p>             </td>             <td>                 <h3>Academic Qualifications</h3>                 <p>B.Tech (Computer Science) from ABC University</p>                 <p>Specializations:</p>                 <ul>                     <li>Systems Analysis</li>                     <li>Advanced JavaScript Techniques</li>                     <li>Web Accessibility Standards</li>                     <li>Performance Optimization in Web Applications</li>                     <li>Cloud Computing Infrastructure</li>                     <li>Security in Web Applications</li>                     <li>Advanced Algorithms</li>                 </ul>             </td>         </tr>     </table>     <h3>Peer Reviews</h3>     <table border="1" width="100%">         <tr>             <td>John Doe consistently delivers high-quality, innovative solutions that exceed project expectations. - Steven, Project Lead</td>             <td>John Doe is known for his precise attention to detail and his ability to mentor younger developers. - David, UI Designer</td>             <td>John's approach to problem-solving has been instrumental in our success. - Sarah, Frontend Developer</td>         </tr>     </table>     <footer style="text-align:center;">         © [2025] All rights reserved by John Doe     </footer> </body> </html> 


Code Explanation: Lets Understand this HTML sectionally lets start with Doc Structure.

Document Structure

  • <!DOCTYPE html>: This declaration tells the browser that this is an HTML5 document, which is the latest standard version of HTML.
  • <html>: The root element that encompasses all the content of the webpage.

Head Section

  • <head>: Contains meta-information about the document, which isn't displayed directly on the webpage but is crucial for browser handling and SEO.
    • <meta charset="UTF-8">: Sets the character encoding to UTF-8, which includes most characters from all known languages, ensuring the text appears correctly.
    • <meta name="viewport" content="width=device-width, initial-scale=1.0">: Optimizes the viewport for responsive design, making the site accessible and visually coherent on various devices.
    • <title>: Specifies the title of the webpage, which appears in the browser tab and is used by search engines.

Body Section

  • <body>: Contains all the contents of the web page that are visible to the viewer.

Header

  • <header>: Serves as the top section of the website.
    • <h1> and <p>: Display the name 'John Doe' and a simple navigation menu (Home | Projects | Blogs | Contact). These elements are centrally aligned using inline CSS (style="text-align: center;").

Main Content

  • <h2>: A subtitle that describes John Doe’s professional role as "Web Developer and Designer", also centered.
  • <table>: Organizes the main content into three columns, each housed in <td> tags:
    • Portfolio Highlights: Lists key projects or skills like responsive design and e-commerce storefronts.
    • Career Achievements and Community Involvement: Outlines professional experiences and contributions to community forums and development projects, including hyperlinks to LinkedIn and GitHub.
    • Academic Qualifications: Details educational background and specialized areas of knowledge.

Peer Reviews

  • Another <table> providing testimonials from colleagues, emphasizing John’s skills and impact in his field. This is a strategic addition to build credibility and showcase real-world validation of his abilities.

Footer Element

  • <footer>: Closes the webpage with copyright information, symbolizing ownership and rights over the content. This is also centrally aligned for consistency with the rest of the page’s styling.

Note: This portfolio website is a simple starting point using only HTML. To enhance its appearance and functionality, consider adding CSS for styling and JavaScript for interactivity. Keep updating your portfolio as you gain more experience and projects to showcase!

Also Check,

To make your Portfolio more attractive and user friendly, you can try following methods to it.

  • You can add visual Effects to Images using CSS.(Learn more)
  • You can create a sticky navigation bar for smoother browsing. (Learn more)
  • You can Add a dark/light mode toggle for user-friendly viewing.(Learn more)
  • You can Make the responsive Web Design for all screen sizes.(Learn more)
  • You can create smooth scrolling effects for easy navigation.(Learn more)
  • You can provide a button to download your resume as a PDF.(Learn more)
  • You need to add a functional contact form to receive messages. (Learn more)
  • You can use Meta tags for SEO.(Learn more)

I

imsushant12
Improve
Article Tags :
  • Technical Scripter
  • Web Technologies
  • HTML
  • Technical Scripter 2020
  • HTML-Questions

Similar Reads

    How to Create a Website Using HTML and CSS?
    Creating a website using HTML and CSS is a foundational skill if you are learning web development. HTML (HyperText Markup Language) is used to structure content, while CSS (Cascading Style Sheets) is used for styling, including colors, fonts, margins, and positioning. In this article, we’ll go throu
    5 min read
    Design a Tribute Page using HTML and CSS
    Making a tribute page is an Innovative way to honor someone special in your life. In this article, we create a tribute webpage using HTML and CSS. This page has a simple and creative design. It contains a header with a title, a main section with text and images, and a footer for main details or cred
    4 min read
    Build a Survey Form using HTML and CSS
    Creating a survey form is a great way to understand the basics of web development. In this article, we will build a Survey Form that allows users to easily submit their responses. The form will include different input types such as text fields, checkboxes, and radio buttons, all designed using HTML
    4 min read
    Design a Parallax Webpage using HTML and CSS
    A parallax website includes fixed images in the background that are kept in place and the user can scroll down the page to see different parts of the image. In this article, we are creating a parallax webpage using HTML and CSS. We will use basic tags of HTML like div, paragraph, and heading to writ
    4 min read
    Design an Event Webpage using HTML and CSS
    Creating an event webpage is an exciting way to showcase information about an event, including its schedule, speakers, and contact details. What We’re Going to CreateWe’ll create a webpage for a fictional event called "GeeksforGeeks TechCon 2025." This webpage will includeA header introducing the ev
    5 min read
    Design a Webpage for online food delivery system using HTML and CSS
    Creating your own online food delivery website is a great way to present a user-friendly platform for customers to browse and order food online. In this project, we’ll design a simple yet effective food delivery website using HTML and CSS.What We’re Going to Create...We’ll develop a straightforward
    7 min read
    Create a Homepage for Restaurant using HTML , CSS and Bootstrap
    HTML: HTML stands for Hyper Text Markup Language. It is used to design web pages using a markup language. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language is used to define the text document within the tag which defines the s
    6 min read
    How to create a Landing page using HTML CSS and JavaScript ?
    A landing page, also referred to as a lead capture page, static page, or destination page, serves a specific purpose and typically appears as a result of online advertising or search engine optimization efforts. Unlike a homepage, a landing page is stripped of distractions and focuses on capturing v
    7 min read
    Design a Webpage like Technical Documentation using HTML and CSS
    In this article, we will design a webpage-like technical documentation using HTML and CSS . Technical documentation is any document that explains the features of the respective product. In this project, we are going to create technical documentation of C++ by using HTML and CSS. The webpage has a me
    9 min read
    Create a Music Website Template using HTML, CSS & JavaScript
    A Music Website Template is a pre-designed layout for creating a music-themed webpage. By utilizing HTML, CSS, and JavaScript, developers can craft a functional and visually appealing website with features like play/pause controls, sections for home, music, about, and contact.Step-by-Step Guide to c
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences