Simple HTML, simple html Template
1. Web development is for Android servers.
2. What is HTML parsed? The browser parses a webpage. A webpage can be obtained in two ways: a local text file and an HTML string provided by the server. <Source: browser or Server>
3. The script language is parsed and executed.
4. p in CSS code indicates the attribute style. CSS is a beautification and style table. It starts with the style label.
5. document is a built-in object in JavaScript. You can assign a value to a variable without specifying its type. Function myFunction is a user-defined function. Function is a keyword, indicating that it is a function.
6. MyEclipse is generated by adding a plug-in to Eclipse.
7. MyEclipse Registration
8. All the JavaScript Functions in actual development are written in the
9. HTML frame style labels
10. labels that can be placed in the head label.
11. All labels in the body Tag have the style attribute, which is used to change the style.
12. <br/>===> line feed label & nbsp ;===> table Spaces
13. fixed syntax for adding Script labels
<Script type = "text/javascript">
</Script>
14. tags that can be added to the body tag
15. In actual development, if a relative path is used to insert an image, no absolute path is required. /"indicates the current path," .. /"indicates the upper-level directory," .. /.. /"indicates the upper-level directory, and so on. Relative paths are highly portable, so try not to use absolute paths.
16. div can be nested with any label, which is often used by artists for page design. <The webpage artist is an artist and the image artist is called the UI>
17. the header of the tag th table, the row of the tr table, And the th table are the same as those of the tr table, but the th table is more standard and the tb table column.
18. Form, used for registration.
19. A style sheet is a label-defined style. There are two layout Methods: div and table, commonly used div.
20. You can write an id for any tag, but you need to add the # sign before it. # + Id ==> id selector. Span label ==> set a style sheet for text. H1 is the attribute selector.
21. Using var to define variables is called a weak type. Although JavaScript can directly use variables without being defined, it is not recommended to do so.
Eg: var a = new Array (3 );
For (vari = 0; I <a. length; I ++ ){
}
22. event processing. events can be added to each tag.
The simple HTML code is as follows:
<! Doctype html public "-// W3C // dtd html 4.01 Transitional // EN">