readme.htm

来自「用vs2005编网页的入门实例」· HTM 代码 · 共 25 行

HTM
25
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>Master Pages Readme</title>
    <LINK rel="stylesheet" type="text/css" href="styles.css">	
	</head>
	<body>
        <h1>Master Pages</h1>

        <p>This sample demonstrates the use of master pages in ASP.NET 2.0. Master pages provide an
        easy wasy of ensuring a consistent layout and look and feel to your web sites.</p>
        
        <p>There are three parts to this sample. The first example demonstrates a Web page using a single
        master page for a consistent layout. The second example shows how to use nested master pages, with
        a parent master page that controls the overall layout and a child master page that handles the
        content. The third example shows how to use browser-specific master pages.</p>
        
        <p>This sample requires the following to be installed:</p>
			<ul>
                <li>Microsoft Visual Studio 2005</li>
                <li>Opera web browser (for Example 3): <a href="http://www.opera.com/download/">Download Opera</a>. <b>Note:</b> The ASP.NET Development Web Server will not allow you to view the sample in Opera or Firefox unless you first select the Website | Start Options menu command and uncheck NTLM Authentication.</li>
            </ul>
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?