Back to Index

unit-1

History of WWW


World Wide Web (WWW) was created by Sir Tim Berners-Lee in 1989 while he was working at CERN, a research organization in Switzerland. He developed it as a way for scientists to easily share information across different computers. The first website went live in 1991, providing basic information about the WWW. Since then, the WWW has grown into a vast network of interconnected webpages, serving as a hub for communication, research, entertainment, and much more. Its development has revolutionized how we access and share information globally.


Evolution of HTML


HTML (Hypertext Markup Language) has evolved significantly since its inception in the early 1990s. Here's a brief overview of its evolution:

  1. HTML 1.0 (1991): This was the first version of HTML, primarily focused on structuring text documents with basic elements like headings, paragraphs, and lists. It introduced the concept of hyperlinks.
  2. HTML 2.0 (1995): This version added features like tables, forms, and image support. It also introduced the <meta> tag for specifying metadata about the document.
  3. HTML 3.2 (1997): This version standardized many features that were previously only supported by certain browsers. It introduced support for frames, scripting, and improved table capabilities.
  4. HTML 4.01 (1999): HTML 4.01 refined and extended the features introduced in previous versions. It added support for style sheets (CSS), scripting with JavaScript, and introduced more semantic elements.
  5. XHTML (2000): XHTML (Extensible Hypertext Markup Language) was introduced as a reformulation of HTML 4.01 in XML syntax. It aimed to make HTML more compatible with XML and to enforce stricter syntax rules.
  6. HTML5 (2014): HTML5 brought significant changes and improvements to HTML. It introduced new semantic elements (e.g., <header>, <footer>, <article>), native support for multimedia elements (audio, video), canvas for graphics, and support for offline web applications. It also included APIs for geolocation, drag and drop, and web storage.
  7. HTML Living Standard (Ongoing): Instead of releasing new versions, HTML is now maintained as a "living standard," continuously evolving with new features and improvements. Browser vendors implement features as they become standardized, leading to a more dynamic development process.HTML continues to evolve to meet the demands of modern web development, with ongoing efforts to improve accessibility, performance, and flexibility.

Different HTML versions


 HTML 1.0 (1991)  >>  HTML 2.0 (1995)  >>  HTML 3.2 (1997)  >>  HTML 4.01 (1999)  >>  XHTML (2000)  >>  HTML5 (2014) 


Why HTML5?


HTML5 was introduced to address several shortcomings and to meet the growing demands of web development. Here are some reasons why HTML5 was developed:


HTML 4 vs HTML 5


HTML 4 HTML 5
Multimedia Support: - Required third-party plugins like Flash for embedding multimedia content. Multimedia Support: - Introduced native support for audio and video elements, eliminating the need for plugins.
Semantic Elements: - Had a limited set of semantic elements, primarily focused on structuring text documents. Semantic Elements: - Introduced new semantic elements like <header>, <footer>, <nav>, <article>, <section>, and <aside> for better structuring and describing the content of web pages.
Graphics and Interactivity: - Had limited support for dynamic graphics and interactivity. Graphics and Interactivity: - Introduced the <canvas> element for drawing graphics dynamically using JavaScript. Also added new input types, form validation, and support for drag and drop operations.
Offline Web Applications: - Did not support offline capabilities. Offline Web Applications: - Introduced features like the Application Cache and Web Storage (localStorage and sessionStorage) to enable offline web applications and local data storage.
Mobile Optimization: - Lacked specific features for mobile browsing and interaction Mobile Optimization: - Introduced support for touch events, device orientation detection, and responsive design, making it easier to create mobile-friendly websites and applications.
Cross-platform Compatibility: - Had issues with inconsistent rendering across different browsers. Cross-platform Compatibility: - Designed with the goal of consistent support across various devices and browsers, reducing the need for browser-specific workarounds.
Form Elements: - Had a limited set of input types and attributes for form elements. Form Elements: - Introduced new input types (e.g., email, url, date) and attributes (e.g., autofocus, placeholder) for better user experience and form validation.


HTML5 New Features


HTML5 introduced several new features and improvements to enhance web development capabilities. Here are some of the key features:

Browsers support


Browser support for HTML5 features:

Backwards compatibility


Backward compatibility in HTML5 ensures that websites and applications built using older versions of HTML, like HTML4, can still function properly in modern browsers that support HTML5. This means that even as HTML evolves, newer browsers are able to interpret and render older HTML documents correctly, maintaining the functionality and appearance of existing web content. It's crucial for ensuring a seamless user experience and preserving the investment in existing web assets.