This small website demonstrates the 3 basic parts of web programming: HTML for structure, CSS for design, and JavaScript for interactivity.
HTML creates the content you see, like headings, text, buttons, and input fields.
CSS makes the page look nice by adding colors, spacing, borders, and layout.
JavaScript makes the page respond when a user clicks a button or enters text.
Type your name below and click the button.