Html Common Code
1. File type <HTML></HTML> (placed at the beginning and end of the file)
2. Document Theme <TITLE></TITLE> (must be placed in "header" block)
3. Head <HEAD></HEAD> (descriptive material, like "subject")
4. Stylistic <BODY></BODY> (document Ontology)
5. Floor <DIV></DIV>
6. Layer Alignment <div align=left| Right| center| Justify></div>
7. Citation block <BLOCKQUOTE></BLOCKQUOTE> (usually indented)
8. Emphasis on <EM></EM> (usually shown in italics)
9. Special emphasis on <STRONG></STRONG> (usually with bold display)
10 citation <CITE></CITE> (usually in italics)
11 Yards <CODE></CODE> (show original code)
12 Small print <SMALL></SMALL>
13 Subscript <SUB></SUB>
14 Superscript <SUP></SUP>
15 Center <CENTER></CENTER> (both text and pictures can)
16 Basic Font Size <basefont size=?> (? from 1 to 7; Default is 3)
17 Description <!-Description--(browser does not display)
18 Decal:
19 Join Connection: <a href= "related address to connect" > write the words you want to write </a>
20 Open Connection in new window: <a href= "related address" target= "_blank" > Write words to write </> 21 move font (Merry):<marquee> write the words you want to write </marquee >
22 Font Bold:<b> write the words you want to write </b>
23 Font Italic:<i> Write the words you want to write </i>
24 Font underline: <u> write the words you want to write </u>
25 font Strikethrough: <s> write the words you want to write </s>
26 Font Enlargement: <big> Write the words you want to write </big>
27 Title font control size:28 Changing the font color: <font color= "#value" > write the words you want to write </font> (where value values are between 000000 and FFFFFF (16-bit binary)
29 Remove the connection underline: <a href= "related address" style= "Text-decoration:none" > write the words you want to write </a>
30 paste Flash: <embed src= "Flash address" width= "width" height= "height" > 31 film File:
32 line Break:<br>
33 paragraph:<p> paragraph </p> 34 original text style:<pre> body </pre>
35 Change post background: <body background= "background image Address" >
36 Fixed post background does not scroll with scroll bar: <body background= "background image address" bgproperties = fixed> 37 Custom post background color: <body bgcolor= "#value" > (Value Values See 10)
38 Posts background music: <bgsound= "background music address" loop=infinite>
39 Stickers Page: <iframe. Src= "Related Address" width= "width" height= "height" ><iframe>
40 Font Size code: <font size= "2" > Place the text you want to work with, use 3, 4, 5, and so on to set the size </font>
41 Font color code: <font color= "Red" > Here the text to be processed, can be changed to Blue,yellow and so on </font>, you can also use a hexadecimal number to indicate such as #d5a9c4
42 text Link code: <a href= "Web address" > linked text, in the category bar when the link page address must be shortened </a>
43 Background music Code: <bgsound loop= "-1" src= "Place music address" > </bgsound>
44 Picture Attached Music code:
45 Floating Image code:
Common code for getting started with HTML