Skip to content

manish12ys/HTML-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“– History of HTML

HTML (HyperText Markup Language) is the backbone of the World Wide Web, allowing users to create and structure web pages using elements, tags, and attributes. Below is a brief history of its evolution:


🏁 1. HTML 1.0 (1993)

  • Developed by Tim Berners-Lee at CERN.
  • Introduced the basic structure of web pages.
  • Supported simple text, hyperlinks, and images.
  • Very limited styling and interactivity options.

🌱 2. HTML 2.0 (1995)

  • Published by the Internet Engineering Task Force (IETF).
  • Added support for forms, tables, and more complex formatting.
  • Became the first official HTML specification.

πŸš€ 3. HTML 3.2 (1997)

  • Standardized by the World Wide Web Consortium (W3C).
  • Added support for:
    • Tables
    • Image maps
    • Applets
  • Removed features like math elements (moved to MathML).

🌐 4. HTML 4.01 (1999)

  • Introduced CSS for better styling and separation of content and design.
  • Improved support for scripting and multimedia elements.
  • Introduced iframe for embedding content.
  • Three versions:
    • Strict – Clean HTML without deprecated elements.
    • Transitional – Allowed deprecated elements for backward compatibility.
    • Frameset – Allowed the use of frames for content display.

πŸ”₯ 5. XHTML 1.0 (2000)

  • Reformulated HTML 4.01 using XML syntax.
  • Required stricter coding standards and proper nesting of elements.
  • Aimed to make HTML more consistent and well-formed.

🌟 6. HTML5 (2014)

  • Developed by WHATWG (Web Hypertext Application Technology Working Group).
  • Introduced:
    • <audio> and <video> for multimedia.
    • <canvas> and <svg> for graphics.
    • <article>, <section>, <nav>, <header>, <footer> for better semantic structure.
    • Local storage and session storage (Web Storage API).
    • Drag and Drop API.
    • Web Workers for background processing.
  • Dropped support for deprecated elements (like <font> and <center>).

πŸ”₯ 7. HTML Living Standard (2014 – Present)

  • HTML is now maintained as a living standard by WHATWG.
  • Continuous updates and improvements.
  • Modern features include:
    • Web Components
    • Custom Elements
    • Shadow DOM
    • Improved Accessibility and Performance

πŸ† Conclusion

HTML has evolved from a simple document format to a powerful language supporting multimedia, interactivity, and complex web applications. Its ongoing development ensures that it remains the foundation of modern web technologies.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published