Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

HTMLѧϰ1

<p>: ¸ñʽ»¯¶ÎÂä; <h1>,<h6> ±êÌâ; <blockquote>-- ÒýÓõÄÎı¾;  <pre>--Ô¤Ïȸñʽ»¯ºÃµÄÎı¾;±£ÁôÔ­Óеĸñʽ.
<ol><dl><ul>:˳ÐòÁÐ±í£¬¶¨ÒåÁбí,ÎÞ±êºÅÁбí. <li>ÓÃÒÔÏÔʾµ¥¸öµÄÔªËØ; <dl><dt><dd></dd></dt><dl>
<center>: Îı¾¾ÓÖÐ; <div>: ÎĵµÖеÄÒ»¸ö·ÖÇø.
<b>´ÖÌå; <i>: бÌå; <big>: ´óºÅ×ÖÌû; <small>: СºÅµÄ×ÖÌå; <em>:Ç¿µ÷µÄÎı¾; <Strong> ¼Ó´ÖÎı¾;
<del>:ɾ³ýÏß; <ins>: Ï»®Ïß;
<table><tr><th><td>: tableµÄ¶¨Òå;
£¦nbsp: ÎÞ¼ä¸ñ¿Õ¸ñ; &lt: <; &copy: °æÈ¨·ûºÅ; &amp: &;  &#151;Á·×Ö·û(-).
<a href="www.sina.com"></a>
<img src="path/img.jpg" alt=""  width="100" height="200“/>
<script type="tex/JavaScript" src=""></script>
-----------------------------------------------------------------------------------------------------------
Head Meta: »ùÓÚÎĵµ±¾ÉíµÄÔ­Êý¾Ý
<meta http-equiv="Content-Type" content="text/html"; charset="ISO-8859-1">:  Ìæ»»httpµÄÍ·ÐÅÏ¢
<meta http-equiv="pragma" content="no-cache">:  ûÓлº´æ£»
×îºÃ¼ÓÉÏ:<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="3" URL="http:///www.sina.com/newpage.html">: ×Ô¶¯Ë¢ÐÂper 3s
<meta name="keyword" content="d,d,ddd">: ¸ø»úÆ÷ÒԹؼü´Ê
<base href="http://www.example.com/document"> ÉèÖûùµã¸øÏà¶Ô·¾¶


Ïà¹ØÎĵµ£º

HTML語·¨´óÈ«

<! - - ... - -> Åú×¢ 
<!> ÅÜÂíµÆ 
<marquee>...</marquee>ÆÕͨ¾í¶¯ 
<marquee behavior=slide>...</marquee>»¬¶¯ 
<marquee behavior=scroll>...</marquee>Ô¤Éè¾í¶¯ 
<marquee beh ......

htmlÒ³ÃæÖ®¼äµÄ²ÎÊý´«µÝµÄ¾ÖÏÞÐÔ

Á½ÖÖ·½·¨:´óͬСÒì /*
*º¯Êý¹¦ÄÜ£º´Óhref»ñµÃ²ÎÊý
*sHref:   http://www.cscenter.com.cn/arg.htm?arg1=d&arg2=re
*sArgName:arg1, arg2
*return:  the value of arg. d, re
*/
function GetArgsfromHref(sHref, sArgName)
{
   ......

ÍøÕ¾ÓÅ»¯³£ÓõÄHTML±êÇ©

ÍøÕ¾ÓÅ»¯
³£ÓõÄ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±êÇ©£¬¶¨ÒåÎÄÕ±êÌ⣬һ¸öÒ³ÃæÖ»ÒªÒ ......

html±í¸ñ±ê¼Ç

HTMLÓÐ10¸ö±í¸ñÏà¹Ø±êÇ©¡£ÏÂÃæÊÇÒ»¸ö´øÓмò½éµÄÁÐ±í£¬µ«ÊÇÊ×ÏÈ£¬ÎĵµÒª±»ÕýÈ·µÄ¶¨ÒåÔÚHTML 4.01/XHTML 1»òHTML 5ÏÂÃæ:
<caption> ¶¨Òå±í¸ñ±êÌâ(4, 5)
<col> Ϊ±í¸ñµÄÁж¨ÒåÊôÐÔ(4, 5)
<colgroup> ¶¨Òå±í¸ñÁеķÖ×é(4, 5)
<table> ¶¨Òå±í¸ñ(4, 5)
<tbody> ¶¨Òå±í¸ñÖ÷Ìå(4, 5)
< ......

Sql°æ±¾³ýÈ¥html²¢½ØÈ¡Ö¸¶¨³¤¶ÈµÄ×Ö·û´®

set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
Go
----½ØÈ¡×Ö·û´®£¬²¢³öÈ¥html
create FUNCTION [dbo].[CutString] (@str varchar(1000),@length int) 
RETURNS varchar(1000) AS 
BEGIN
 declare @mainstr varchar(1000)
 declare @substr varchar(1000)
 if(@str is not null or @st ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ