HTML forms marked and attributes
HTML form is a very important function, using its various properties to design a variety of forms. Forms can be used to a lot of pages you unexpected results, make the page more attractive and tidy.
Common forms marker
<TABLE> …</ TABLE> form instructions. Associated attributes:
ALIGN adjustment BGCOLOR background color BORDER borders HEIGHT highly WIDTH width <CAPTION CAPTION >…</> form heading.
Associated attributes:
ALIGN adjustment <TR >…</ TR> forms out (</ TR> optional).
Associated attributes:
ALIGN adjustment <TH >…</ TH> table column headings (Table head) bold characters (</ TH> optional).
Associated attributes:
ALIGN COLSPAN column width adjustment column ROWSPAN high <TD >…</ TD> column form information (cell) (</ TD> optional).
Associated attributes:
ALIGN adjustment BGCOLOR background color HEIGHT highly WIDTH column width COLSPAN high column width ROWSPAN
For example
Such as: (Basic)<TABLE BORDER=1 ALIGN=CENTER>
<TR> <TD> I love DivCSS <TD> I love DivCSS
<TR> <TD> I love DivCSS <TD> I love DivCSS
</ TABLE>
I love DivCSS DivCSS I love I love I love DivCSS DivCSS such as: (enhanced) increase in background color, form titles, column headings, Hurdle wide, high hurdles.
<TABLE BORDER=1 ALIGN=CENTER BGCOLOR=#CCCCFF>
<CAPTION> Form heading </ CAPTION>
<TR> <TD> <TH COLSPAN=2> to Title 1 <TH COLSPAN=2> to Title 2
<TR> <TH ROWSPAN=2> column heading a <TD> A <TD> A <TD> A <TD> A
<TR> <TD> B <TD> B <TD> B <TD> B
<TR> <TH ROWSPAN=2> column headings 2 <TD> C <TD> C <TD> C <TD> C
<TR> <TD> D <TD> D <TD> D <TD> D
</ TABLE>
Read the above examples, should understand the basic forms written!
Tags: css attributes, html, html css, w3c html, xhtml attributes






Leave a Reply