Skip to content

vishesh-py/HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just a simple static site deployed for learning and testing purposes! 🚀

🧠 Concepts Used

This project covers a variety of HTML fundamentals, organized into key sections for easy reference:

🏁 1. Introduction to HTML

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

📊 2. Tables

Used for representing tabular data:

  • table
  • thead
  • tbody
  • tr
  • th
  • td

📝 3. Forms

For collecting user input effectively:

  • form
  • label
  • input
  • datalist
  • option
  • select
  • textarea
  • button

🧩 4. Semantic HTML

For better structure, readability, and accessibility:

  • header
  • nav
  • section
  • footer
  • h1 – h4
  • strong

🚀 Deployment

The project is live on Vercel

👉 html-smoky-two.vercel.app

If you think, any betterment and change is needed you are invited to contribute in it. Opensource for a reason :)

⭐ Support

If you found this project helpful or learned something new — ✨

“Star the repo if you like… otherwise, star the repo anyway 😉”

💬 A Note from Me

Thank you for visiting! 💫
Have a great time exploring and keep building amazing things ✨

About

Static sight to revise the concept of core HTML. ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages