📄 navigation.aspx
字号:
<%@ Register TagPrefix="Hersh" TagName="nav" Src="nav.ascx" %>
<html>
<head>
<head>
<style>
a { color:black;
text-decoration:none;}
a:hover { color:red;
text-decoration:underline;}
</style>
</head>
<body style="background-color='white'; font-family='verdana'; font-size='10pt'">
<form runat=server>
<Hersh:nav id="menu" runat = server
vGridlines = Both
vBorderColor = "Black"
vCellPadding = 7
/>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -