Porsion
Porsion
This document explains the HTML code for the portfolio website created for Shakti Singh.
The code is designed to showcase academic details, skills, and contact information
in a clean and visually appealing format using different fonts and styles.
The code uses HTML5 to create the structure of the webpage. It includes the following main
sections:
Each section is wrapped in a <section> tag for better organization and styling.
CSS (Cascading Style Sheets) is used to enhance the appearance of the webpage. Key styling
features include:
- Font Families: Different fonts (e.g., Arial, Georgia, Courier New) are applied for variety.
- Colors: A purple theme (#6200ea) is used for headers, with white backgrounds for sections.
- Layout: Sections are styled with padding, margins, and shadows for a clean layout.
- Footer: A dark background footer with centered text ensures a professional look.
3. Explanation of Key HTML Tags
- <header>: Used to display the name and introduction at the top of the page.
- <footer>: Displays copyright and additional information at the bottom of the page.
This simple and responsive code ensures compatibility across modern browsers.