Basic application of html language

What does HTML do and what is the use of learning it

HTML, whose full name is Hypertext Markup Language, is a markup language. It consists of a series of tags that unify the formatting of documents on the Web and connect dispersed Internet resources into a logical whole.HTML is a descriptive text consisting of HTML commands that interpret text, graphics, animation, sound, tables, links, etc.Html is a language used to describe Web pages. It is known as Hypertext Markup Language and it is a markup language. It consists of a series of tags that unify the formatting of documents on the Web and connect scattered Internet resources into a logical whole.

What is the use of HTML?

Simply put, it is the web page code, the use is to do the website!x0a web page to see are html code, huh x0a Here is a detailed explanation! !x0ax0ahtmlx0aHypertextMarkupLanguage,中文也就是超文本链接标示语言。HTML(HyperTextMark-upLanguage)即超文本标记语言,是WWW的描述语言。 The purpose of designing HTML language is to be able to store in one computer in the text or graphics and another computer in the text or graphics easily linked together to form an organic whole, people do not have to consider the specific information is in the current computer or in the network of other computers. We only need to use the mouse to click an icon in a document, the Internet will immediately go to the content related to this icon, and this information may be stored in another computer in the network. HTML text is a descriptive text composed of HTML commands, HTML commands can illustrate the text, graphics, animation, sound, tables, links, etc. The structure of the HTML includes Head (The structure of HTML consists of a header (Head) and a body (Body), of which the header describes the information required by the browser, while the body contains the specific content to be described.x0ax0a In addition, HTML is the common language of the Web, a simple, generalized, all-encompassing markup language. It allows web page creators to build complex pages combining text and images that can be viewed by anyone else on the web, regardless of the type of computer or browser being used. Is it magical? Not at all, because what you’re looking at right now is a page written in this language. Haha.x0ax0a Maybe you’ve heard of the many software programs available for editing web pages, but the truth is that you don’t need any specialized software to create HTML pages; all you need is a word processor (such as McrosoftWord\Notepad\Writing Tablet, etc.) and a general knowledge of how HTML works. In fact, you will soon realize that the basic HTML language is simply easy to die. x0ax0aHTML is nothing more than a series of tags that are combined into a text file. They are the conductor of the orchestra, telling the musicians where they need to pause, where they need to be excited.x0ax0aHTML tags are usually the full name of an English word (such as blockquote: blockquote) or an abbreviation (such as “p” for Paragragh), but they are different from the general text because they are are placed in a single book title. So a Paragragh tag is

and a blockquote tag is

. Some tags describe how the page is formatted (e.g.,

starts a new paragraph), others describe how the words are displayed (making the text bold), and still others provide information that does not appear on the page – such as headings.x0ax0a One thing to remember about tags is that they appear in pairs. Whenever you use a tag – such as , you must close it with another tag. Note the slash before “blockquote”, that’s the difference between a closed tag and an open tag. There are some exceptions to this rule. For example, tags are not required.x0ax0a Basic HTML pages begin and end with tags. Between them, there are two parts to the entire page – the title and the body.x0ax0a The title word – sandwiched between and the tags – this word appears when the page is opened in the screen’s minimized window at the bottom. The body text, on the other hand, is sandwiched between the and – that is, where all the content of the page is located. Anything displayed on the page is contained within these two tags.x0ax0a So let’s build a simple example, it’s very easy. The first step, of course, is to create a new text file (remember, if you’re using a more sophisticated word processor, you should save it as “plain text” or “normal text”) and name it “xxxx .html”. (You can name it whatever you want, but remember, it has to be in English.)x0ax0a Then you can open it in your browser and you will see the simplest page you have ever made.x0ax0a Version history of the HTML standardx0ax0a Hypertext Markup Language (Version 1) – released in June 1993 as a standard of the Internet Engineering Task Force (IETF). Engineering Task Force (IETF) Working Draft in June 1993 (not a standard).x0aHTML2.0 – released as RFC1866 in November 1995, declared obsolete after RFC2854 was released in June 2000.x0aHTML3.2 –January 14, 1996, W3C Recommended Standard x0aHTML4.0 –December 18, 1997, W3C Recommended Standard x0aHTML4.01 (minor enhancements) –December 24, 1999, W3C Recommended Standard x0aHTML4.01 (minor enhancements) -December 24, 1999, W3C Recommended Standard x0aISO/IEC15445:2000 (“ISOHTML”) – Released May 15, 2000, based on the strict HTML4.01 syntax, an ISO and IEC standard. x0aXHTML1.0 – released on January 26, 2000, a W3C Recommended Standard, and later revised and re-released on August 1, 2002. x0aXHTML1.1, released on 2001 Released on May 31, x0a(XHTML2.0, W3C Working Draft) x0aHTML did not have a version 1.0 because there were many different versions at the time. Some people believe that Tim Berners-Lee’s version should be considered the first version, which did not have IMG elements. Development of the successor, then known as HTML+, began in 1993 and was originally designed to be “a superset of HTML”. The first official specification used 2.0 as its version number in order to distinguish it from the various HTML standards of the time. Development of HTML+ continued, but it never became a standard.x0ax0aThe HTML 3.0 specification was proposed by the then-fledgling W3C in March 1995, and offered a number of new features, such as tables, wrap-around text, and the display of complex mathematical elements. Although it was designed to be compatible with version 2.0, implementation of the standard was too complex at the time, and development of the standard was halted due to a lack of browser support when the draft expired in September 1995. version 3.1 was never formally proposed, and the next version proposed was HTML 3.2, developed under the code name Wilbur, which removed most of the new features of 3.0 but added a number of browser-specific features such as tables, text wrapping, and display of complex mathematical elements. HTML’s support for mathematical formulas eventually became another standard, MathML.x0ax0a HTML 4.0 likewise added many browser-specific elements and attributes, but also began to “clean up” the standard by removing some of the elements and attributes from the standard. HTML 4.0 also added many browser-specific elements and attributes, but also began to “clean up” the standard, marking some elements and attributes as obsolete and recommending that they not be used anymore.The future of HTML will be better with CSS

.

Language used for html?

HTML, whose full name is Hypertext Markup Language, is a markup language. It includes a series of tags. These tags allow the formatting of documents on the Web to be standardized, connecting scattered Internet resources into a logical whole.HTML text is descriptive text consisting of HTML commands.HTML commands can illustrate text, graphics, animation, sound, tables, links, and so on.

Hypertext is a way of organizing information that relates text, graphics, and other information media in text through hyperlinking methods. These interrelated information media may be in the same text, or they may be other files, or files on a geographically distant computer. This way of organizing information will be distributed in different locations of the information resources with a random way to connect, for people to find, retrieve information to provide convenience.

HyperText Markup Language is an application of the Standard Generalized Markup Language (SGML), which is a specification, a standard, for marking up parts of a Web page to be displayed by using markup symbols. A Web page file is itself a text file, and by adding markup characters to a text file, you can tell the browser how to display its contents (e.g., how the text is handled, how the screen is arranged, how the images are displayed, etc.). The browser reads the web page file in order, and then interprets and displays the contents of the markup according to the markup symbols, and does not point out the errors of the markups that are written incorrectly, and does not stop the process of interpreting and executing the markups, so that the compiler can only analyze the reasons for the errors and the parts of the errors by displaying the effects. However, it should be noted that for different browsers, the same markup may not have exactly the same interpretation, and thus may have different display effects.