HTML Tutorial
Module 1: Introduction to HTML 1.1 : What is HTML? HTML stands for HyperText Markup Language. It is the standard language used to create web pages and web applications. HTML structures the content using tags (elements), such as <h1> , <p> , <img> , etc. It tells the browser how to display text, images, links, and other content. Example: <p>This is a paragraph in HTML.</p> 1.2 : History and Versions of HTML Developed by Tim Berners-Lee in 1991. Evolved from HTML 1.0 to HTML5. HTML5 is the latest version, supporting audio, video, canvas, and semantic elements. HTML Versions: HTML 1.0 – Basic structure HTML 4.01 – More features (1999) XHTML – Stricter rules HTML5 – Rich media and better structure (2014+) 1.3 : HTML vs. Other Web Technologies Technology Purpose HTML Structure/content of page CSS ...