📄 sample.master
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Sample.master.cs" Inherits="Sample" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<table cellpadding="0" cellspacing="0" bordercolor="#000000" >
<tr>
<td colspan="2" style="height: 80px">
</td>
</tr>
<tr id="row1">
<td colspan="2" style="height: 30px">
</td>
</tr>
<tr id="row2">
<td rowspan="2" width="150" valign="top">
</td>
<td height="30" width="650">
</td>
</tr>
<tr id="row3">
<td height="450" valign="top" >
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
<tr id="row4">
<td colspan="2" height="50">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -