readme.htm
来自「用vs2005编网页的入门实例」· HTM 代码 · 共 25 行
HTM
25 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Web Parts Readme</title>
<LINK rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Web Parts</h1>
<p>This sample demonstrates some of the new Web Parts controls and features of ASP.NET 2.0.</p>
<p>There are two parts to this sample. The first part shows how to use and customize WebPartZone
controls to create a basic site layout. The second part demonstrates how to personalize a web part
with a standard user control.</p>
<p>This sample requires the following to be installed:
<ul>
<li>Microsoft Visual Studio 2005</li>
</ul>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?