Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB
ÈÈÃűêÇ©£º c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 ×îÐÂÎÄÕ : html

html³õ²½Ñ§Ï°±Ê¼Ç

html ÍøÒ³ÃèÊöÓïÑÔ
htmlµÄ»ù±¾¿ò¼Ü
<head>                                      //±êÇ©Í·
<javacript>                                    //´úÂë¿ØÖÆ°üº¬
function test()
{
//º¯ÊýÄÚÈÝ
}
</javacript>
<body>                                //ÍøÒ³ÏÔʾµÄÄÚÈÝÔÚ<body>ÀïÃæ¿ØÖÆ 
<form>                                          //±íµ¥ÔªËØ
</form>
         </body>
</head> ......

html總結£¨ÖУ©

ÓÐ關html´°體¿ò¼ÜµÄ問題£¬Èç¹ûÏëÒª實現ÔÚÒ»個畫ÃæÖзָ體£¬並ÇÒͨ過點擊ÆäÖеÄÒ»個´°體£¬鏈½Ó內ÈÝÖÁͬһ個畫ÃæÖеÄÁíÒ»個´°體¡£¾ÍÐèҪʹÓÃ<frameset>與<frame>µÄ標籤¡£ÒÔÏÂÊÇ幾個ÎÒ×öµÄСÀý×Ó¡£簡記Ö®¡£
poem.html
 <html>
<head>
<title>hello poet</title>
</head>
<frameset cols="179,*">
<frame name = "windows1" src="1.html" mce_src="1.html" scrolling="auto">
<frame name = "windows2" src="2.html" mce_src="2.html" >
</frameset>
</html>
1.html
<html>
<head>
<title></title>
</head>
<body>
<pre>
<center>
<a href = "jingyesi.html" target = "windows2">靜ҹ˼</a>
<a href = "guasong.html" target = "windows2">¹ÏËÉ</a>
</center>
</pre>
</body>
......

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: Se ......

[HTML] document domain µÄ˵Ã÷

ÏÈÀ´¿´¶Î´úÂ룺
document.domain = 'ray.com';
Õâ¶Î´úÂëµ½µ×ÊÇʲôÒâ˼ÄØ£¿
Ê×ÏÈ£¬ÎÒÃÇÀ´¿´ÏÂHTML DOM ¹ØÓÚÕâ¸öµÄ˵Ã÷£º
domain of type DOMString, readonlyThe domain name of the server that served the document, or null if the server cannot be identified by a domain name.
 Õâ¶Î»°µÄÒâ˼ÊÇÕâ¸öÖµÊÇDOMString ÀàÐ͵IJ¢ÇÒÊÇÖ»¶ÁµÄ£¬Èç¹ûÕÒ²»µ½ÓòÃûµÄ»°Õâ¸öֵΪnull£¬·ñÔò£¬Õâ¸öÖµ¾ÍÊÇÕâ¸öÌṩÕâ¸öÎĵµµÄÓòÃû¡£
ÔÙÀ´¿´ÏÂfirefox ¹ØÓÚÕâ¸öÖµµÄ˵Ã÷£º
In the DOM HTML specification, this property is listed as being read-only. However, all common browsers including Mozilla will let you set it to a superdomain of the current value. For example, on developer.mozilla.org it is possible to set it to "mozilla.org" but not "mozilla.com".
It is not universally possible in all browsers to set document.domain to a top-level domain (such as "com" or "org") or to a subdomain of a domain on which registrations are restricted (e.g. "co.uk", as registrations on the "uk" domain are restricted).
    Õâ¶Î ......

html±êÇ©´óÈ«

¾²Ì¬½á¹¹
£¼html£¾
£¼head£¾
£¼title£¾±êÌ⣼title£¾
£¼/head£¾
£¼body£¾..........ÎļþÄÚÈÝ..........
£¼/body£¾
£¼/html£¾
1.Îļþ±êÌâ
£¼title£¾..........£¼/title£¾
2.Îļþ¸üÐÂ--£¼meta£¾
¡¡¡¾1¡¿10Ãëºó×Ô¶¯¸üÐÂÒ»´Î
¡¡¡¡£¼meta http-equiv="refresh" content=10£¾
¡¡¡¾2¡¿10Ãëáá×Ô¶¯Á¬½áµ½ÁíÒ»Îļþ
¡¡¡¡£¼meta http-equiv="refresh" content="10£»URL=ÓûÁ¬½áÎļþÖ®URL"£¾
3.²éѯÓÃ±íµ¥--£¼isindex>
¡¡¡¡¡¡ÈôÓûÉ趨²éѯÀ¸Î»Ç°µÄÌáʾÎÄ×Ö£º
¡¡¡¡£¼isindex prompt="ÌáʾÎÄ×Ö"£¾
4.Ô¤ÉèµÄ»ù׼·¾¶--£¼base>
£¼base href="·ÅÖÃÎļþµÄÖ÷»úÖ®URL"£¾
°æÃæ
1.±êÌâÎÄ×Ö £¼h#£¾..........£¼/h#£¾ #=1~6£»h1Ϊ×î´ó×Ö£¬h6Ϊ×îС×Ö
2.×ÖÌå±ä»¯ £¼font£¾..........£¼/font£¾
¡¾1¡¿×ÖÌå´óС £¼font size=#£¾..........£¼/font£¾ #=1~7£»Êý×ÖÓú´ó×ÖÒ²Óú´ó
¡¾2¡¿Ö¸¶¨×ÖÐÍ £¼font face="×ÖÐÍÃû³Æ"£¾..........£¼/font£¾
¡¾3¡¿ÎÄ×ÖÑÕÉ« £¼font color=#rrggbb£¾..........£¼/font£¾ rr£º±íºìÉ«£¨red£©É«Âë gg£º±íÂÌÉ«£¨green£©É«Âë bb£º±íÀ¶É«£¨blue£©É«Âë
3.ÏÔʾС×ÖÌå £¼small£¾..........£¼/small£¾
4.ÏÔʾ´ó×ÖÌå £¼big£¾..........£¼/big£¾
5.´ÖÌå× ......

HTML¼òµ¥Í¼Ïñä¯ÀÀ´¦ÀíÆ÷

ÀÏʦÁô×÷Òµ×ö¸ö¼òµ¥Í¼Ïñä¯ÀÀ¼Ó¸÷ÖÖ·­×ª+͸Ã÷+ºÚ°×Á¬Ðø´¦ÀíµÄhtml,±¾ÒÔΪºÜÈÝÒ×,
Ë­ÖªµÀһŪ²Å·¢ÏÖ»ðºü¸ß°æ±¾µÄinput file ºÍIeÖеIJ»Ò»Ñù
JSÖÐfileObj.value Ö»Äܵõ½ÎļþÃû...
¸ãµÃÄÔ´üÖ±´ó
»ðºü3ÒÔÉÏ°æ±¾ÓÐbug ÒòΪinput file ²»Ö§³Ö»ñÈ¡ÎļþÍêÕû·¾¶,±È½ÏÍ´¿à,½â¾ö²»ÁË,ËùÒÔ²»ÄÜ·¢urlµ½servletÖÐ,ÒÔÖÁÓÚÖ»ÄÜä¯ÀÀ
²éÁ˸÷ÖÖ·½·¨Ò²Ã»ÄܺܺõĽâ¾ö
ÆäËû°æ±¾¿ÉÒÔʵÏÖ¼òµ¥µÄä¯ÀÀºÍ´¦Àí
ÀïÃ滹ÓÐδ×öÍêµÄͼƬ´¦ÀíAPIÀà
¿ÉÒÔÍêÉÆ,war,û̫×Ðϸ×ö
Ï£Íû¶ÔÐÂÊÖÓаïÖú£¡
Í´¿à°¡,1Äê°ëµÚÒ»´Î¹Ò¿Î~
http://download.csdn.net/source/2015769
  ......
×ܼǼÊý:583; ×ÜÒ³Êý:98; ÿҳ6 Ìõ; Ê×Ò³ ÉÏÒ»Ò³ [66] [67] [68] [69] 70 [71] [72] [73] [74] [75]  ÏÂÒ»Ò³ βҳ
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ