HTML±í¸ñרÓÐÊôÐÔºÍCSS
HTML±í¸ñºÜÈÝÒ×ÉÏÊÖ£¬Ò»¶Ñtr¼Ótd¾Í¿ÉÒÔÏÔʾһÕűí¸ñÁË¡£¸´ÔÓÒ»µã¾ÍÊÇÔÙ¼ÓÉÏth£¬colgroup£¬tbody£¬tfooter£¬captionÖ®Àà¡£ÕâЩHTMLÀïÃæµÄ¸÷ÖÖÔªËØµÄÈ·¼ÓÇ¿Á˱í¸ñµÄʵÓÃÐÔºÍÓïÒ廯£¬µ«table±¾Éí¾ÍÓкܴóѧÎÊŶ£¬±Ï¾¹ÊÇÕû¸ö±í¸ñµÄ¸ù°¡£¡
½ñÌìÏÂÃæÒª×ܽá°üº¬¶Ôtable±¾ÉíµÄÊôÐÔ¹éÄɺÍtableרÓõÄCSS±È½Ï£º
attributes VS CSS properties
µÚÒ»¸ö±È½ÏÈÝÒ×»ìÏýµÄÊÇtableµÄborderÊôÐÔºÍCSSÖеÄborder£º
Attribute
border='1' //Sets or retrieves the width of the border to draw around the object.
CSS
border-style:solid; //only set the border of the table, NOT the border inside table
border-width:1px;
border-color:#ccc;
if you set the border like table.border = 2; it will refer to the first border
µÚ¶þ¸öÊÇCellspacingºÍborder-spacing
Attribute
cellspacing Sets or retrieves the amount of space between cells in a table.
CSS
border-spacing:20px; the same as cellspacing, NOT for IE7/6
this two will work only if the border-collapse is separate
µÚÈý¸öÊÇcellPadding£¬Ö»ÓÐÊôÐÔ£¬Ã»ÓжÔÓ¦µÄCSS
cellpadding: Sets or retrieves the amount of space between the border of the cell and the content of the cell.
there is no CSS property can do this
µÚËĸötableרÓÐCSS£ºborder-collapse, ¾ö¶¨borderÊǶÀÁ¢»¹ÊǾÛ£
CSS border-collapse:collapse/separate;
This declaration takes two values:
1. separate: keep borders separate. This is the default.
2. collapse: merge borders of adjoining cells.
µÚÎå¸ötableרÓÐCSS£º empty-cells
CSS empty-cells
empty-cells is not supported by IE.
This declaration takes two values:
1. show: show empty cells (with a border). This is the default.
2. hide: hide empty cells.
µÚÁù¸ötableרÓÐCSS£ºcaption-side
CSS caption-side
Not supported by IE Windows.
Mozilla supports two extra values.
caption-side takes four values, even though W3C specifies only the first two:
top. This is the default.
bottom. This is the other official value.
left. Mozilla extension.
right. Mozilla
Ïà¹ØÎĵµ£º
¹ØÓÚHtml
form
±íµ¥µÄÌá½»£¬ºÜÈÝÒס£¡£¡£µ«Èç¹û²»×Ðϸ»¹ÊÇÄÜÓкܶà´íÎó¡£
Ìá½»µÄbutton name ÊôÐÔΪ submit form
µÄsubmit·½·¨Ê§Ð§
¡£´úÂëÈçÏÂ
# < html >
# < head > </ head >
# < script type = "text/javascript" >
# function getData(){
# ......
ʲôÊÇXHTML£¿ÓëHTMLÏà±ÈXHTMLÓÐÊ²Ã´ÌØµã£¿
¡¡¡¡HTMLÊÇÒ»ÖÖ»ù±¾µÄWEBÍøÒ³Éè¼ÆÓïÑÔ£¬XHTMLÊÇÒ»¸ö»ùÓÚXMLµÄÖñêÓïÑÔ£¬¿´ÆðÀ´ÓëHTMLÓÐЩÏàÏó£¬Ö»ÓÐһЩСµÄµ«ÖØÒªµÄÇø±ð¡£±¾Îļòµ¥½éÉÜʲôÊÇXHTML£¬ÒÔ¼°ÓëHTMLÏà±ÈXHTMLÓÐÊ²Ã´ÌØµã¡£
¡¡¡¡1¡¢Ê²Ã´ÊÇXHTML£¿
¡¡¡¡HTMLÊÇÒ»ÖÖ»ù±¾µÄWEBÍøÒ³Éè¼ÆÓïÑÔ£¬XHTMLÊÇÒ»¸ö»ùÓÚXMLµÄÖñêÓï ......
SEO£¨ËùËÑÒýÇæÓÅ»¯£©£¬ÔÚÉè¼ÆÍøÒ³µÄʱºòÒ²ÊÇÒª¿¼ÂDZȽ϶àµÄÄÚÈÝ£¬ÒòΪÓÅ»¯ÊÇÒª´Ó»ù´¡¿ªÊ¼×öµÄ¡£ÕâÑù¿ÉÒÔÊ¹ÍøÕ¾¸üÈÝÒ×±»ËÑË÷ÒýÇæ“Àí½â”£¬´Ó¶øÌá¸ßÍøÕ¾ÔÚËÑË÷ÒýÇæµÄÅÅÃû¡£ÍøÂçÉϺܶàSEOÑо¿ÈËÔ±½»Á÷ÈÏΪ£º
È¨ÖØ·ÖÖµÅÅÁС¡
ÄÚ²¿Á´½ÓÎÄ×Ö£º10·Ö¡¡¡¡
±êÌâtitle£º10·Ö¡ ......
HTMLµÄ»ù±¾½á¹¹
<HTML> ---------------------------------------- ¿ªÊ¼±êÇ©
<HEAD> --------------------------------------
<TITLE> Ò»¸ö¼òµ¥µÄHTMLʾÀý </TITLE> &nbs ......
ͻȻһ´Î£¬ÏëÊäÈëÉÏϱ꣬editor²»Ö§³Ö£¬ÓÚÊǺõËѵÃÒÔ϶«¶«¡£ ÓеÄHTML±êÇ©Äã¿ÉÄÜ´ÓδʹÓùý£¬²»ÊÇÒòΪÄãǷȱѧϰ¾«Éñ£¬¶øÊÇËüÃÇȷʵÓô¦²»´ó¡£Èç¹ûÄãÓÐ̽Ë÷¾«Éñ£¬ÄǾͽÓ×ÅÍùÏ¿´°É¡£ µÚÒ»¸ö£ºabbr »ò acronym
ÕâÁ½¸ö±êʶÊÇÒ»»ØÊ£¬Ö÷ÒªÊÇÓÃÓÚһЩӢÓïµÄËõд£¬µ±Äã°ÑÊó±êÒÆÉÏÈ¥µÄʱºò£¬Äã»á·¢ÏÖ»á³öÏÖÒ»¸öСÌáʾÀ´Ì ......