Student details displayed in a styled table with CSS borders, colors, and hover effects.
| Photo | Name | Branch | GPA |
|---|---|---|---|
| 👤 | Ishaan K. | CSE | 9.2 |
| 👤 | Neha S. | ECE | 9.0 |
| 👤 | Rohit M. | IT | 8.8 |
Product catalog using HTML table with images, descriptions, prices and CSS styling.
Dashboard page with stat widgets displaying numbers in styled cards.
Page with a .container div having max-width of 1200px, centered with auto margins.
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
Three content sections wrapped inside a .container class with individual styling.
College course details page styled with an external CSS file linked via <link> tag.
<link rel="stylesheet" href="styles.css">
Online store product page with external CSS for layout, typography, and styling.
Contact form using HTML with external CSS file for responsive sizing and styling.
Personal portfolio website developed and hosted live on GitHub Pages.
Login form with username/email, password, remember me checkbox, and submit button.
Registration with first name, last name, email, phone, password, and gender selection.
Contact form with full name, email, subject dropdown, and message textarea.