Learning Web Development - From HTML Basics to Styled Websites
Explore 10 progressive experiments plus a Timer mini project, covering HTML fundamentals, semantic structure, CSS styling, JavaScript interactivity, PHP integration, and MySQL data storage.
Open the main project website and explore the live Axis experience.
axis.gt.tcA 4-page personal website built with basic HTML tags including navigation, forms, and tables.
Basic HTMLA product catalog website using HTML tags like section, article, figure, and aside.
Basic HTMLEnhanced version of Experiment 1 with inline, internal, and external CSS. Includes responsive design and smooth transitions.
HTML + CSSEnhanced version of Experiment 2 with complete CSS styling, grid layouts, and responsive features for modern browsers.
HTML + CSSA simple working Calclator using Html, CSS and JavaScript
HTML + CSS + JavaScriptA student form with validation using HTML, CSS and JavaScript.
HTML + CSS + JavaScriptA student form with expotable data and table using HTML, CSS and JavaScript.
HTML + CSS + JavaScriptA simple PHP integration example demonstrating server-side scripting.
HTML + PHPA simple scientific calculator using HTML, CSS and PHP with history support.
HTML + CSS + JS + PHPReused student form that saves data to MySQL and displays saved records using PHP.
HTML + CSS + PHP + MySQL