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: ÎÞ¼ä¸ñ¿Õ¸ñ; <: <; ©: °æÈ¨·ûºÅ; &: &; —Á·×Ö·û(-).
<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"> ÉèÖûùµã¸øÏà¶Ô·¾¶
Ïà¹ØÎĵµ£º
1¡¢´ó²¿·ÖWEBÎĵµ²ÉÓÃHTML¸ñʽ¡£
2¡¢±¾ÀýÓÃÈçÏÂHTMLÎĵµ
<html>
<head>
<title>
Laptop power supplies are avaliable in First class only
  ......
Á½ÖÖ·½·¨:´óͬСÒì /*
*º¯Êý¹¦ÄÜ£º´Ó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>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>¼æÈÝFireFoxµÄµ±Ç°Ê±¼äµÄJS½Å±¾</title>
</head>
<body>
<DIV id=time>µ±Ç°Ê±¼ä
<SCRIPT>document.getElementById('time').innerHTML=new Date().toLo ......
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 ......
Ö±½Ó·â×°³ÉÒ»¸öÀàµÄ£¬ÓÃÆðÀ´»¹Í¦·½±ãµÄ
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text ......