Cascading Style Sheets Tutorial

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> 

  Title form    Title 1 trip to the title two Title 1 AAAABBBB column headings 2 CCCCDDDD 

  Read the above examples, should understand the basic forms written! 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • DZone

Tags: css attributes, html, html css, w3c html, xhtml attributes

Releated Posts

  • HTML attributes and methods corresponding to the CSS
  • Common HTML tags and attributes
  • HTML tags and attributes of the Semantic
  • CSS code attributes Encyclopaedia (HTML)
  • Web Design HTML forms with good marks and attributes

This entry was posted on Monday, April 30th, 2007 at 12:00 am and is filed under Xhtml and Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

« How prepared DHTML Web
Summary page document contains »

Leave a Reply

  • Categories

    • CSS Properties (491)
    • CSS Tutorial (1154)
    • CSS Tutorial By Examples (1201)
    • Css+Div Web Design (3274)
    • Xhtml and Web Design (1797)
  • Archives

    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
  • Pages

    • About us

Cascading Style Sheets Tutorial