Beginners Guide to HTML - tags, attributes and elements
Related Tags:
html is a simple text markup language, but she also with a number of other different text files such as doc, wps, and we should learn more points related to the content to make it an effective HTML file.
Tags
An HTML document, including the Basic structure of labels, tags used to mark content with labels to indicate the significance of the text.
We open with the tablet html documents, according to the code in Figure changes:

Once again, preservation of our documents, open F5 button on the browser refresh our pages. You can see the contents of web pages that have not changed, but the purpose of the application HTML significance rather than appearance, and this is an example definition of a web page has some of the basic elements of the.
Below we explain the above code: the top of the first lines of code <! DOCTYPE ... is to tell the browser what we are doing now. Sometimes some people may feel that this code can be omitted, but if we omit it may result in non-browser normal work, resulting in the production of pages we can not visit. Now some people in the promotion of XHTML, in the back when we have to focus on what type of documents in XHTML. We usually produced Web habits Add to the above code you to the first page.
<html> Is that HTML documents, to </ html> end to set up a HTML file. <body> And </ body> in the browser window to Display the main contents of HTML documents is the main part.
Close Tags:
</ Body> and </ html> is close to their labels labels, now standard WEB promote this technology, that is to say, all open HTML tags should be closed, this is more in line with reality, I like this view, That is what has started, then there should also be an inevitable end of the time, do you think? But the older HTML version also allows some of the labels were not closed, but the latest standard requires that all labels be closed. We are learning that should develop a good habit of attention is what you open label, and then when the content of the label at the end to close it.
Not all labels are similar to this end labelling (<html> </ html ") of some of the labels, not the content of the packaging will be shut down around themselves. For example, to change labels, for example: <br />. In the following study, we will find these examples. We must open up the label to close, but most of (the contents of those among them) format is open label - content - End label.
Attribute
Tags also attribute is a little bit of additional information. Attribute that appeared in the open label, and their value is always in quotes. They format <label attribute = "value"> I love DivCSS </ labels>. In the following article, we will introduce specific label attributes.
Elements
Labelling is a start and end elements of marking. Web content is from the elements. Including In "body> and </ body> tag between all elements of the <body> Element is the theme. For example, and <title> </ title> is the label <title> I love DivCSS welcome you </ title> is the name of an element, he indicated in the title of the browser shows that the content of the column is the title of your page .
- Div + CSS layout entry Guide
- Div + CSS layout entry Guide 2
- CSS Guide [to]
- Div + CSS layout entry Guide (5)
- Div + css ? ? ?
- Div + CSS layout entry Guide (1234)
- CSS layout + DIV Guide
- CSS: ? ? ? ?div ? ?
- Div + CSS layout entry Guide (to)
- Div + CSS layout entry Guide 3
- On div css layout
- Div + CSS layout entry Guide (4)
- Div + CSS layout entry Guide (1)
- Div + CSS page layout Guide!
- Div + CSS layout entry Guide 4
- Div CSS page layout Guide!
- Easily learn DIV Guide (css layout div +)
- [Reproduced] + CSS layout Div an entry Guide (11-09)
- DIV CSS a tree menu
- Div + CSS layout entry Guide (2)




