Skip to main content

History of HTML?

HISTORY OF HTML?


In the beginning…

In 1989, Tim Berners-Lee, working at the European particle physics
institute known as CERN (Centre European pour la Recherche Nucleaire), proposed
a system to allow scientists to share papers with other using electronic networking
methods. His idea became what is called the World-Wide Web. Since these documents
were to be shared, some common method coding them needed to be developed. Tim
Berners-Lee suggested that it be based on the already existing SGML. Here are
a few quotes from a 1990 CERN memo that Berners-Lee wrote:
HyperText is a way to link and access information of various kinds
as a web of nodes in which the user can browse at will. It provides a single
user-interface to large classes of information (reports, notes, data-bases,
computer documentation and on-line help).
We propose a simple scheme incorporating servers already available
at CERN…
A program which provides access to the hypertext world we call a
browser…
It would be inappropriate for us (rather than those responsible)
to suggest specific areas, but experiment online help, accelerator online
help, assistance for computer center operators, and the dissemination of information
by central services such as the user office and CN [Computing & Networks]
and ECP [Electronics & Computing for Physics] divisions are obvious candidates.
WorldWideWeb (or W3 ) intends to cater for these services across the HEP
[ High Energy Physics ] community.
As you can see, Tim Berners-Lee put all of the basic pieces into place.
In 1992, when there were all of 50 web servers in the world, CERN released
the portable Web browser as freeware. Marc Andreesen, who was working at the
National Center for Supercomputing Applications, created a browser called Mosaic
which was released in 1993. Shortly after that, he left NCSA to found Netscape.
The first version of the Netscape browser implemented HTML 1.0.

#HTML 1.0

   The Hyper Text Markup Language was the brainchild of Sir Tim Berners-Lee. In 1991 he wrote a                document called “HTML Tags” in which he proposed fewer than two dozen elements that could be used      for writing web pages.

#HTML 2.0

   HTML 2.0 included everything from the original 1.0 specification but added a few new features to the            mix. 

   HTML 2.0 was the standard for website design until January 1997 and defined many core HTML features    for the first time.

#HTML 3.2

   In 1996 a consensus version, HTML 3.2, was issued. This added
   features like tables, and text flowing around images, to the official specification,
   while maintaining backwards compatibility with HTML 2.0. This also is a convenient
   place for marking the divergence in practice from the separation that Berners-Lee
    first made between logical structures and presentational elements

#HTML 4.0
  HTML 4.0 was recommended by the W3C in December ’97 and became the official standard in April         1998. Browser support was undertaken surprisingly earnestly by Microsoft in their Internet Explorer             browser. HTML 4.0 was a large evolution of the HTML standards, and the last iteration of classic HTML.

#XHTML 1.0

  This is the successor to HTML. The "X" stands for Extensible. This
is a reformulation of HTML 4.01 within   XML (Extensible Markup Language), which
 is far more rigorous, and is intended to start moving the             creation of Web pages
away from HTML.

#HTML5

  HTML5 was finalized, and published, on 28 October 2014 by the World Wide Web Consortium (W3C).     This is the fifth revision of the HTML standard since the inception of the World Wide Web.



Post any problem if encountered in the comments.
Thanks for visiting GIMIBITS.
Please share this post and like us on Facebook.

HITESH BHATIA
EDITOR IN CHIEF

Comments

Popular posts from this blog

List Of Most Searched Topics On Google 2016

List Of Most Searched Topics On Google                                                                                                                               source Global Searches   1) Pokémon Go  2) iPhone 7   3) Donald Trump   4) Prince   5) Powerball   6) David Bowie   7) Deadpool   8) Olympics   9) Slither.io  1 0) Suicide Squad Global News   1) US Election  2) Olympics   3) Brexit   4) Orlando Shooting  5) Zika Virus   6) Panama Papers  7) Nice 8) Brussels  9) Dallas Shooting  10) 熊本 地震 ( Kumamoto Earthquake) People   1) Donald Trump   2) Hillary Clinton   3) Michael Phelps   4) Melania Trump   5) Simone Biles   6) Bernie Sanders   7) Steven Avery   8) Céline Dion   9) Ryan Lochte  10) Tom Hiddleston Consumer Tech   1) iPhone 7   2) Freedom 251   3) iPhone SE   4) iPhone 6S   5) Google Pixel   6) Samsung Galaxy S7   7) iPhone 7 Plus   8) Note 7   9) Nintendo Switch  10) Samsung J7 Global Sporting Events   1) Rio O

THE BEST BRAIN TRAINING APPS FOR ANDROID

THE BEST BRAIN TRAINING APPS FOR ANDROID Elevate - Brain Training Elevate is a brain training program designed to improve attention, speaking skills, processing speed, memory, math skills, and more. Each person is provided with his or her own personalized training program that adjusts over time to maximize results. The more you train with Elevate, the more you’ll improve critical cognitive skills that are designed to boost productivity, earning power, and self-confidence. Users who train at least 3 times per week have reported dramatic gains and increased confidence. FEATURES * 35+ brain games for critical cognitive skills like focus, memory, processing, math, precision, and comprehension * Detailed performance tracking * Personalized daily workouts that include the skills you need most * Adaptive difficulty progression to ensure your experience is challenging * Workout calendar to help you track your streaks and stay motivated Peak - Brain Training P

Introduction to Programming language C

Dennis Ritchie ( US) designed C programming language in 1972 at "AT & T's Bell laboratories". C has been often termed as " M iddle Leve l Language " . Programs written in C are very efficient and fast. C is a general purpose structured powerful language. Features at a Glance: • C is highly portable language .This means that a C program written for one system can be run on another system with little or no modifications. • C's another striking feature is its ability to extend itself. We can add our own functions to the C library . • Writing a C program with user defined makes program more simple and easy to understand . • C - language has more data types ( except boolean operators ), operators and can take more variables than other languages. • C - language is a structured programming language that is  it has different modules and blocks . • C - language is used to develop graphics software . 2D and 3D graphics are also implemented using C.