The Internet has become an integral part of the modern world. The World Wide Web is home to millions of websites: informational, educational, informative, entertaining, gaming, commercial and many others. The vast majority of them have been created using technologies such as HTML and CSS. In today's BizUpLab blog, we will briefly discuss the history of HTML and CSS, as well as their functional use.
HTML is the basis of every website
HTML stands for Hypertext Markup Language. It is the code used to structure and display a web page and its content. The first official HTML standard was introduced in 1995. Before that, there were unofficial versions.
The first HTML specification, published in 1991, was based on 18 tags. In 1994, the newly formed W3C consortium began work on a standard specification for the language. The HTML 2.0 specification was released in September.
In March 1995, the HTML 3.0 specification was released, which supported the ability to add tables, frame images with text, and make notes. However, the emergence of new features was hampered by the backwardness of browsers, which could not make immediate changes to the code of their engines. Novelties had to be postponed until January 1997, when the specification of HTML 3.2 was released.
In December 1997, the HTML 4.0 specification was released. The new version included support for frames, scripts, improved work with tables and forms. In December 1999, HTML 4.01 was released, which was used by web developers until October 2014, when the HTML 5 specification was officially released. The new version improved support for multimedia and introduced 28 structural elements, making the code easier to understand for both developers and search engines.
HTML uses special tags to mark up pages. They are used to place the elements of a web page in a particular order. HTML is not a programming language, it is a markup language. It is used to tell your browser how to display the web pages you visit. HTML code can be complex or simple, depending on what the web designer wants. It consists of a number of elements that are used to make content appear or behave in a particular way.