HTML Web language how to understand? ?

Users questions: Thank you own personal web design
Experts answer:HTML (HyperTextMark-upLanguage) that is HTML, or Hypertext Markup Language, is the most widely used network languages, but also constitutes the main language of Web documents. Design HTM L language is intended to be able to be stored in a computer text or graphics to another computer in the text or graphics easily linked together to form an organic whole, people do not consider the specific information in the current computer or Other computers on the network. We simply use the mouse to take the midpoint of a document An icon, Internet will soon go to the icon associated with the content up, and these information may be stored in another computer in the network. HTML text is composed of HTML commands a descriptive text, HTML command help text, graphics, animation, sound, tables, chain Access and so on. Structure of the HTML including the head (Head), the main (Body) two parts, the head of which the information needed to describe the browser, while the body contains the specific content to be described. In addition, HTML is the common language network, a simple, universal set of all markup languages. It allows network Page text and image production to establish a complex combination of pages that can be online to browse to any other person, regardless of what type of computer or browser. Magical? One o'clock is not magic, because now you can see the page is written in this language! Perhaps you have heard of many web pages can be edited Software, in fact, you do not need any special software to create HTML pages; you need is a word processor (such as OfficeWord * Notepad * * Gedit * OpenOffice.org WordPad, etc.), and HTML work common sense. In fact, you will soon find that the most basic HTML language is simply easier to die. HTML is just combined into a text file a series of labels. They like the band's conductor, told the musicians where they need to pause, where the need for excitement. HTML tags are usually full name of the English vocabulary (such as block quote: blockquote) or abbreviations (such as "p" means Paragraph), but they are different from general text, because they put a single number in the title. So Paragragh label is p, blockquote tag is blockquote. Some label Page to be formatted (for example, start a new paragraph), while others explain how to display these words (b make the text bold) and some other tags are not displayed on the page to provide information - such as the title. On the label, need to remember is that they appear in pairs. Whenever you use a label - - Such as blockquote, you must label * blockquote another turn it off. Note "blockquote" before the slash, that is a closing tag and open tag difference. But there are exceptions to some of the labels. For example, input tag Do not need. DOCTYPE HTML page with basic start, it declares the type of document, and it can not have anything before (including line breaks and spaces), otherwise the document will declare null and void, then the html tags to * html end. Between them, the entire page with Two parts - the title and text. Title words - caught in the head and * head tags - the word when the page is opened the bottom of the screen to minimize the window. Body is caught in between the body and * body - that is where all the content pages. Page display Shown anything contained in these two tags. So let's create a simple example it is very easy. The first step, of course, is to create a new text file (remember, if you use more sophisticated word processor, you should use "plain text" or "plain text" to save). Name it "xxxx.html". (Just what name you play, but also the extension HTM). Then you can use the browser to open it, you will see the easiest to do their own page. You can buy the tutorial to see, very simple, relatively easy to design
  • This information provided by the users.Thanks!