Just a simple static site deployed for learning and testing purposes! 🚀
This project covers a variety of HTML fundamentals, organized into key sections for easy reference:
Basic structure and commonly used tags:
- DOCTYPE html
- html
- head
- meta
- title
- body
- div
- a (same page, another page, external links)
- button
- h1 – h4
- p
- ul, li, br
- strong, i
- img, iframe
- audio, source, video
Used for representing tabular data:
- table
- thead
- tbody
- tr
- th
- td
For collecting user input effectively:
- form
- label
- input
- datalist
- option
- select
- textarea
- button
For better structure, readability, and accessibility:
- header
- nav
- section
- footer
- h1 – h4
- strong
The project is live on Vercel
If you think, any betterment and change is needed you are invited to contribute in it. Opensource for a reason :)
If you found this project helpful or learned something new — ✨
“Star the repo if you like… otherwise, star the repo anyway 😉”
Thank you for visiting! 💫
Have a great time exploring and keep building amazing things ✨