摘要:
标签描述DTD<!DOCTYPE>定义文档类型。STF<html>定义 HTML 文档。STF<body>定义文档的主体。STF<h1> to <h6>定义 HTML 标题。STF<p>定义段落。STF<br>定义简单的折行。STF<hr>定义水平线。STF<!--...-->定义注释。STF 阅读全文
摘要:
Microsoft.HtmlTransMicrosoft.SharePoint.WebPartPages Namespace——Provides classes,interfaces,and members(delegates,eunmerations) for creating custom Web Parts and Web Part pages. 阅读全文
摘要:
Variables represent storage locations.Every variable has a type that determines what values can be stored in the variable.Local variables are variable... 阅读全文