Concept, History, How it works and Labels
We explain what HTML is, what it is for and its history, and how this language works and what html tags are.
The first version of the HTML code appeared in 1991.
What is html?
HTML stands for HyperText Markup Lenguage, which means HyperText Markup Language.This is the name of the programming language used in the elaboration of Web pages , and that It serves as a reference standard for coding and structuring them, through a code of the same name (html).
The W3C or World Wide Web Consortium, an organization dedicated to the standardization of Parameters of the Network, uses html as the most important web language, and to which practically all browsers and browsers have adapted .It is crucial, then, for the development and expansion of the Network.
This code operates based on the differentiation and location of the different elements that make up the website.Yes, the code is light and purely textual , but it contains the URL addresses of the images, audios, videos and other content that will be recovered by the browser to to assemble the page, as well as the indications for the graphic and aesthetic representation of the text found in it.
The HTML has gone through several versions and modifications , moving towards a more efficient and faster operating model, which forces different browser software companies to apply consecutive patches to their products to update them with each new version.
See also: HTTP.
History of the html
The first version of this code appeared in 1991 and was written by Tim Berners-Lee (TBL), being little more than an initial design of 18 elements, 13 of which they are still preserved.It is considered little more than a variant of the Standard General Marking Language (SGML) in use and consisting of a language of labels, but in 1993 its virtues and its power in the standardization of the languages of the language were recognized Network.
Then the work began in Html +, a more developed version, and in 1995 the third version of the standard was obtained: HTML 3.0, whose successive updates (3.1 and 3.2) were of great success in the first popular browsers of Netscape and Mosaic .In 1997 HTML 4.0 would appear, as a recommendation of the W3C, and finally in 2006 the most recent version, HTML 5.0.
How does html work?
The html language operates based on written markers (appearing in angle quotes :) , from which the appearance and internal order of a web page are encrypted, as well such as the scripts or routines that operate within them.This source code makes DNA from the Web page, telling the browser where to obtain the resources for its representation and in what order, sequence and way to establish them.And following the code to the letter, the browser gives us the experience of Web browsing.
For this, html operates based on a set of components, such as:
- Elements .The basic bricks of the html language, serve to represent the content and its attributes, as well as mark the parameters of the language itself, as the starting point of the command chain and the closing point, or special needs.
- Attributes .The specifications regarding the value, color, position, etc.of the elements incorporated in the code.They usually consist of a series of logical or numerical instructions.
What is an html tag?
An html tag has a specific value in the set.
Html tags are called the instructions themselves with which the code is composed , that is, the entries surrounded by angular quotes and having a specific value in the set, which will then be read by the Browser program and translated into a Web page.These labels must open and then close when they are no longer needed, in the correct order and the correct sequence so that no errors arise.
Some examples of tags are:
- , a command that starts the instruction string that is the html code and closes with at the end of the programming document.
- , which defines the header of the html document, which is linked to the title of the browser window and contains sub-elements such as (title), (to link to style sheets or aesthetic models), (to refer information about the author of the code), etc.
- , which refers to images and is usually accompanied by the route where it is located.
- , to introduce both internal and external hyperlinks, using the href attribute and the URL where the hyperlink will lead.
- , to introduce divisions within the website.
Html5
HTML5 is the most recent version of this programming language, published in October 2014 by the W3C consortium .This modernization of the replacement language deprecated tags for current versions and takes advantage to new technologies and web needs such as forms, viewers, large data sets, etc.
Comments
Post a Comment