Tim Berners-Lee proposed and developed the World Wide Web in 1989-1990 while working at CERN. He specified HTML and created the first web browser and server. Early versions of HTML added support for basic styling, images, forms and tables. HTML 4 separated styling from content using CSS. HTML5 is the current standard and supports audio, video and vector graphics, though some capabilities require additional technologies like JavaScript. HTML documents use tags to structure and present content, with elements like <html>, <head>, <title> and <body> forming the basic structure.