Introduction to HTML
What is HTML?
HTML (HyperText Markup Language) is the standard language used to create and structure web pages. It defines the content of a webpage using elements and tags.
HTML is NOT a programming language – it only provides the structure, while CSS styles it and JavaScript adds interactivity.
HTML Versions & Evolution
HTML 1.0 (1993) – Basic web pages.
HTML 2.0 (1995) – Forms and tables introduced.
HTML 3.2 (1997) – More formatting options.
HTML 4.01 (1999) – Better structure, introduced CSS.
HTML5 (2014 – Present) – Supports multimedia, mobile-friendly, and more powerful.