htmlѧϰ(³£ÓÃÊôÐÔ)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>htmlѧϰ</title>
<!--ÍâÀ´cssºÍjs -->
<link href="main.css" type="text/css" rel="stylesheet" />
<script src="main.js" type="text/jscript"></script>
</head>
<body bgcolor="#0099FF">
<form id="form1" name="form1" method="post" action="./index.html" >
<!--methodÖµ£ºpostΪ±íµ¥Ìá½» getΪURLÌá½» -->
<table width="50%" height="90%" border="1" align="center">
<!-- alignÖµ£º¶ÔÆ뷽ʽ£ºleft(ĬÈÏ)/right/center -->
<tr>
<td width="63" bgcolor="#FF0000"><font color="#0000CC" face="ËÎÌå" size="3">ÎÄ ×Ö<br><hr />Êú<p>ÐÐ</font></td>
<!--sizeÖµ£ºÎª1Ϊ×îС7Ϊ×î´ó ¿Õ¸ñ <br>»»ÐÐ <hr/>·Ö¸ôÏß <p>»»¶Î-->
<td width="278"><a href="./index.jsp" target="_blank">
<!-- targetÖµ£ºµ±Ç°´ò¿ªÄ¬ÈÏ(_self) д°¿Ú´ò¿ª(_blank) ÔÚÕû¸ö´°¿Ú´ò¿ª(_top) ÉÏÒ»²ã¿ò¼ÓÖдò¿ª(_parent) -->
<input type="file" name="Input" value="ĬÈÏÖµÔÚÕâ" size="20" maxlength="10" disabled="disabled" />
</a></td>
 
Ïà¹ØÎĵµ£º
Window ¶ÔÏó
Window ¶ÔÏóÊÇ JavaScript ²ã¼¶ÖеĶ¥²ã¶ÔÏó¡£
Window ¶ÔÏó´ú±íÒ»¸öä¯ÀÀÆ÷´°¿Ú»òÒ»¸ö¿ò¼Ü¡£
Window ¶ÔÏó»áÔÚ <body> »ò <frameset> ÿ´Î³öÏÖʱ±»×Ô¶¯´´½¨¡£
ÓÐ¹Ø Window ¶ÔÏóµÄÏêϸÃèÊö¡£
IE: Internet Explorer, F: Firefox, O: Opera.
Window ¶ÔÏóµÄ¼¯ºÏ
CollectionDescriptionIEFO
fr ......
HTML³£Ó÷ûºÅ£º
ÏÔʾһ¸ö¿Õ¸ñ  
< СÓÚ < <
> ´óÓÚ > >
& &·ûºÅ & &
" Ë«ÒýºÅ " "
ÆäËû³£ÓõÄ×Ö·ûʵÌå(Character Entities)
ÏÔʾ½á¹û ˵Ã÷ Entity Name Entity Number
? °æȨ © ©
? ×¢²áÉ̱ ......
<! - - ... - -> Åú×¢
<!> ÅÜÂíµÆ
<marquee>...</marquee>ÆÕͨ¾í¶¯
<marquee behavior=slide>...</marquee>»¬¶¯
<marquee behavior=scroll>...</marquee>Ô¤Éè¾í¶¯
<marquee beh ......
Æäʵ¾ÍÊÇ´´½¨ÆÕͨÎļþ, CreateFile() ºÍWriteFile. È»ºóÓÃShellExcuteEx()À´´ò¿ª¾ÍÐÐÁË(»á×Ô¶¯µ÷ÓÃIE).
HANDLE handle;
handle=CreateFile(L"\\windows\\google.html",GENERIC_WRITE,0,NULL,CREATE_ALWAYS,FILE_ATTRIBUTE_NORMAL,NULL);
if(INVALID_HANDLE_VALUE!= handle )
{
DWORD Num;
::WriteF ......
ÍøÕ¾ÓÅ»¯
³£ÓõÄHTML±êÇ©:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<body>
<h1>H1±êÇ©£¬¶¨ÒåÎÄÕ±êÌ⣬һ¸öÒ³ÃæÖ»ÒªÒ»¸ö</h1>
<h2>H2±êÇ©£¬¶¨ÒåÎÄÕ±êÌ⣬һ¸öÒ³ÃæÖ»ÒªÒ ......