HTML ±êÇ©
¶¨ÒåºÍÓ÷¨
fieldset ÔªËØ¿É½«±íµ¥ÄÚµÄÏà¹ØÔªËØ·Ö×é¡£
<fieldset> ±êÇ©½«±íµ¥ÄÚÈݵÄÒ»²¿·Ö´ò°ü£¬Éú³ÉÒ»×éÏà¹Ø±íµ¥µÄ×ֶΡ£
µ±Ò»×é±íµ¥ÔªËطŵ½ <fieldset> ±êÇ©ÄÚʱ£¬ä¯ÀÀÆ÷»áÒÔÌØÊⷽʽÀ´ÏÔʾËüÃÇ£¬ËüÃÇ¿ÉÄÜÓÐÌØÊâµÄ±ß½ç¡¢3D Ч¹û£¬»òÕßÉõÖÁ¿É´´½¨Ò»¸ö×Ó±íµ¥À´´¦ÀíÕâÐ©ÔªËØ¡£
<fieldset> ±êǩûÓбØÐèµÄ»òΨһµÄÊôÐÔ¡£
<legend> ±êǩΪ fieldset ÔªËØ¶¨Òå±êÌâ¡£
<form>
<fieldset>
<legend>health information</legend>
height: <input type="text" />
weight: <input type="text" />
</fieldset>
</form>
Ïà¹ØÎĵµ£º
°Ù¶ÈÁËÏ ´óÌåÖªµÀ ÈçÏÂÇø±ð£º
id ´ú±íΨһ £¬ÔÚÕû¸öÒ³ÃæÊÇΨһµÄ£¬²»ÄÜÖØ¸´¡£
name ¿ÉÒÔÖØ¸´£¬Õû¸öÒ³ÃæµÄ name ¿ÉÒÔ¶¼Ò»Ñù
ÓÃÔÚJavaScript ÖРʱ
document.getElementById("str") ·µ»ØµÄÊÇ Î¨Ò»µÄÊý¾Ý¡£
document.getElementsByName("str") ·µ»ØµÄÊǸöÊý×é¡£
»¹ÓÐÊ²Ã´Çø±ð£¿Óдý·ÈËÖ¸Ö¤£¡ ......
<script language="javascript">
function newRow()
{
var tbl = document.all("mytbl");
var row = &nb ......
String.prototype.HTMLEncode = function() {
var temp = document.createElement ("div");
(temp.textContent != null) ? (temp.textContent = this) : (temp.innerText = this);
var output = temp.innerHTML;
temp = null;
return output;
}
String.prototype.HTMLDecode = function() {
var temp = doc ......
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Option Explicit
Response.Buffer = True '»º´æÍ¼Æ¬
Dim objXMLHTTP, XML
Set XML = Server.CreateObject("Microsoft.XMLHTTP") '½¨Á¢ÏÂÔØ¶ÔÏó
XML.Open "GET","http://www.google.cn/images/nav_logo7.png",False '¿ªÊ¼»ñȡͼƬ,http://xxx/pngÕâ½Ú¿ÉÒԸijÉ× ......
ת×Ô£ºInfoQ
×÷Õß
Abel Avram
ÒëÕß
ÕÅÁú
·¢²¼ÓÚ
2010Äê1ÔÂ30ÈÕ ÉÏÎç12ʱ6·Ö
ĿǰWeb Hypertext Application
Technology Working Group
£¨WHATWG£©ÕýÓëW3C
ͨ
Á¦ºÏ×÷½¨Á¢HTML 5±ê×¼£¬ÔÚ¹ýÈ¥3¸öÔÂÖÐ ......