My HTML5 practice files and web development mini-projects.
Hi! I am Aniket Kumar, a BCA student (Batch 2025-28).
This repository documents my journey of mastering HTML5 and building the foundations of Web Development. I am learning and building these structural web pages step-by-step.
I have arranged my code files in a logical sequence to reflect my learning curve:
- 01_Text_Formatting_Links.html - Practiced basic tags like headings, paragraphs, bold, italic, underline, subscripts (
<sub>), superscripts (<sup>), preformatted text (<pre>), and hyperlinking to external sites.
- 02_HTML_Tables_Basics.html - Learned to organize data using
<table>,<thead>,<tbody>,<tr>,<td>, and usedcolspanfor formatting.
- 03_Basic_Input_Forms.html - Created a basic structure with checkboxes, radio buttons, password fields, dropdown menus, and integrated a YouTube iframe.
- 04_Simple_Contact_Form.html - A clean and simple "Get in Touch" form to collect basic user details and messages.
- Language: HTML5
- Styling: Basic Inline CSS (for structural layout)
- Tools Used: Text Editor / Web Browser
Thanks for visiting my repository! Feel free to explore my HTML codes.