Practice files covering HTML fundamentals, CSS styling methods, forms, and small build tasks — written while learning web development from the ground up.
HTML/
├── 00_HTML learning/
│ ├── 01_Basic/ ← Core HTML concepts
│ └── 02_Forms/ ← HTML forms
└── 01_Learning time Task/ ← Practice mini-projects
| File | Topic |
|---|---|
00_Structure.html |
Basic HTML document structure |
01_Basic.html |
Headings, paragraphs & basic elements |
02_Color.html |
Colors in HTML |
03_1 – 03_3 |
CSS styling — Inline, Internal & External |
04_Links.html |
Hyperlinks & link styling with CSS |
05_Image1.html, 05_Img2.html |
Images |
06_Favicon.html |
Favicons |
07_title.html |
Page titles |
08_Table.html |
Tables |
09_List.html |
Ordered & unordered lists |
10_Div_Element.html |
The <div> element |
Input fields, labels, radio buttons, checkboxes, and submit buttons.
| File | Description |
|---|---|
00_Simple Navigation menu.html |
A simple navigation menu built with <nav>, lists & buttons |
git clone https://github.com/Nazmussakib247/HTML.gitOpen any .html file in your browser to see it in action.
Nazmus Sakib — GitHub · LinkedIn
⭐ If this helps your own learning, feel free to star the repo!