Welcome!
This repository contains HTML files designed to help beginners practice and learn basic web-page creation using HTML. It features simple structured pages, forms, lists, and a mini project—all written in plain HTML to build a strong foundation.
Here’s a breakdown of what you'll find:
index.html— The main landing page / home page.firstform.html— A practice form to understand how HTML forms work.firstlist.html— Demonstrates usage of HTML lists (ordered, unordered).firstproject.html— A small project example combining multiple HTML concepts.lecture01.html,lecture02_.html,lecture03_.html,lecture04_.html,lecture05_.html— A series of lecture-style pages covering fundamentals step by step.README.md— This file.
The goal of this repository is to:
- Help you grasp the basics of HTML structure (doctype, head, body, semantic tags).
- Practice using common HTML elements (headings, paragraphs, links, images, lists, forms).
- Learn how to build simple, yet meaningful, static web pages.
- Gain confidence to move on to CSS and JavaScript by first mastering HTML.
- Clone or download this repository to your local machine:
git clone https://github.com/Anjali56-creator/html.git