BASIC OF HTML
HTML (HyperTextMark-upLanguage) is HTML, or Hypertext Markup Language links, the WWW is the description language. HTML design language is designed to can stored in a computer in the text or graphics with another computer in the text or graphics to facilitate links together to form an organic whole, people do not need to consider specific information in the current computer or in the network of other computers. We just need to use a mouse in a certain documents from the midpoint of an icon, the Internet will be immediately transferred to the relevant icon and the contents of this boost, and such information may be stored in the network of another computer. HTML text from HTML orders component of the description of the text, HTML command that text, graphics, animation, sound, tables, and Links. HTML, including the structure of the head (Head), the main (Body) parts, which described the head of information required for the browser, and includes the main note to the specific content.
Perhaps you have heard of many of the software can edit page, in fact, you do not need to use any special software to create HTML pages you need is a word processor (such as Mcrosoft Word \ Notepad \ tablet, etc. ), as well as the work of HTML knowledge. In fact, you will soon be found, based on the HTML language is simply easier dead.
HTML is only a combination of text files into a series of labels. They like the command of the band, musicians were told where necessary pause, where necessary emotion.
HTML tags are usually full name of the English vocabulary (such as block quote: blockquote) or abbreviations (such as "p" represents Paragragh), but their general texts, because of their title, on the single. Paragragh label it is <p> block label is quoted <blockquote>. Some labelled how formatted pages (eg, <p> start a new paragraph), while others show how these words (<b> making text thicker) to provide a number of other labels on the page do not show the Information - such as the title.
On the label, need to remember is that they are dual happen. Whenever the use of a label - such as <blockquote>, it must be with another label </ blockquote> it off. Attention to the "blockquote" before the slash, it is opened and closed labels labels distinction. But there are exceptions to some of the labels. For example, <input> tags do not need.
Basic HTML pages to <html> labels began to </ html> end. Between them, the entire page has two parts - the title and text.
Title - the folder and In "head> </ head> between labels - in the words open a page appears on the screen of the window at the bottom of the smallest. Text of the folder In "body> and </ body> between - that the contents of all the pages. Displayed on the pages anything included in the labels of the two.
Let us then set up a simple example of it, very easy. First step, of course, is to establish a new text file (Remember, if you use more complex word processor, it should be "text" or "plain text" to preserve), it will be named the "xxxx. html. " (Arbitrarily what you have a name, but do not forget to use English) but also extensions HTM
Then you can use the browser to open it, you will see that the simplest own pages.
HTML version of the history standards
Hypertext Markup Language (first edition) - In June 1993, the Internet Engineering Task Force (IETF) working draft released (not standard).
HTML 2.0 - in November 1995 as RFC 1866 release, in RFC 2854 to June 2000 has been released after being declared obsolete
HTML 3.2 - January 14, 1996, W3C recommended standards
HTML 4.0 - December 18, 1997, W3C recommended standards
HTML 4.01 (Micro improve) - December 24, 1999, W3C recommended standards
ISO / IEC 15445:2000 ( "ISO HTML") - May 15, 2000 release, based on strict HTML 4.01 grammar, is the International Organization for Standardization and the International Electrotechnical Commission standard
XHTML 1.0 - Published on January 26, 2000, is a W3C-recommended standards, was amended on August 1, 2002 re-release.
XHTML 1.1, in the May 31, 2001 release (XHTML 2.0, the W3C working draft)
HTML version 1.0 is not because there were many different versions. Some people think that Dimubainashi - should be Lee's version of the first edition, this version does not IMG element. HTML + was then known as the follow-up version of the development work started in 1993, was originally designed as "a superset of HTML." In the first official to regulate the time and the various separate HTML standards, as its use of the 2.0 version. HTML + development continue, but it has not become a standard.
HTML3.0 norms by the then newly established W3C in March 1995 to provide a lot of new features, such as forms, text around platoon and complex mathematical elements to display. Although it is designed to be compatible with version 2.0, but the work to achieve this standard at the time was too complicated, in the draft expired in September 1995, also because of the lack of standards development support browser suspended. Version 3.1 has never been formally proposed, and the next version is being developed by Wilbur the HTML code for the 3.2 and removed most of the new features in 3.0, but by adding a lot of specific browsers, such as Netscape and Mosaic elements and attribute. HTML support the mathematical formula became another standard MathML.
HTML 4.0 also joined the many specific browser elements and attributes, but it also began to "clean up" this standard, the number of elements and attributes marked as obsolete, proposed to use them. HTML and CSS combination of the future will be even better.
