Open the Dreamweaver and create a new HTML. Essence
Body's attributes:BGCOLOR page background color
background background wallpaper, pictures, pictures
Text text color
TopMargin upper distance
leftMargin left distance
rightmargin right distance
Bottommargin lower distance
Format control label:<font color = face = size => </font>
Control the color, font and size of the font.
<b> </b> The font is thick
<strong> </strong>
<i> </i> tilt
<em> </em> tilt
<u> </u>
<Center> </center>
<br> or <br/> equivalent to Enter
Indicates space, Ctrl+Shift+Space
Content container label:<H1> </h1> Title, it will be automatically changed. HTML title is
... Defined by labels to <H6> and other labels.
<h6> </h6>
<p> </p> Paragraph label (empty line between paragraphs)
<div> </div> layer tags (one line of default)
<span> </span> layer tags (how much space is used to occupy the space by default)
<ol type = 1> Order list, the serial number is 1,2,3 ...., the form of the serial number can be changed in the quotation marks
<li> Content <li>
<li> Content <li>
</ol> The OL above is changed to UL, but it becomes a list of unparalleled numbers
../ Represents the upper level directory
./ Represents the current directory
Relators: Start from the current page.
Absolute path: Start from the root of the website. /, Represents the root of the website.
Hyperlink label:<A href = hyperlink address target = _blank> hyperlink text </a> -Open in the new window
You can also find the hyperlink on the directory on the current page, and automatically jump to a place on the pair of page.
Image label:<IMG SRC = Image address alt = text width = height = table = description text/>
Set a height and width setting one to maintain the original proportion.
When the picture cannot be loaded, the text can be displayed, and it can also help search engine search.
Title can add a picture description, and the description can be displayed when the mouse is placed on the picture.
sheet:<Table> </table> Form
width: width. It can be represented by pixels or percentage. Common 960 pixels.
Border: Border, the commonly used value is 0.
Cellpadding: The distance between the content and the border is 0.
Cellspacing: The distance between the cell and the cell is 0.
algin: alignment method.
bgcolor: background color.
background: Background picture.
<tr> </tr>
Align: Level of a line of content.
Valign: The vertical alignment method of one line.
height: High.
bgcolor: background color.
background: Background picture.
<TD> </td> Cell Big
<th> </th> header, the content of the cell is automatically living in the middle, bold thickness
align: alignment method of cell content.
Valign: The vertical alignment method of the content of the cell.
width: cell width.
height: cell height.
bgcolor: background color.
background: Background picture.
The content must be placed in the cell, the cell must be placed in the line, and the line must be placed in the table.
When setting a unit line height and column high, it will affect the corresponding rows or columns at the same time.
Cell merger: (It is recommended to use a form to be nested as much as possible)COLSPAN = N merged the cells of the same line (the code to write the code later to minus the corresponding column)
ROWSPAN = N merged the same column (from the second line to subtract the corresponding columns)
The above HTML editor basis (Cainiao must -see) is all the contents of the editor shared with you. I hope to give you a reference, and I hope that everyone will support VEVB Wulin.com.