⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 navigation.aspx

📁 Telerik是很大的第三方软件制造商
💻 ASPX
字号:
<%@ Page language="c#" AutoEventWireup="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 

<html>
  <head runat="server">
    <title>My Favorite links</title>
    <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
    <meta name="CODE_LANGUAGE" Content="C#">
    <meta name=vs_defaultClientScript content="JavaScript">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
    <style>
    body
    {
		font: normal 11px Arial, Verdana, Sans-serif;
		color: #000;
    }
    h3
    {
		font-size: 14px;
		color: orange;
		border-bottom: solid 1px orange;
    }
    a
    {
		font-size: 11px;
		color: orange;
		text-decoration: none;
    }
    a:hover
    {
		color: darkGreen;
    }
    </style>
  </head>
  <body MS_POSITIONING="GridLayout">
	
    <form id="Form1" method="post" runat="server">	
			<h3>My Favorite links</h3>
			<a href="http://www.yahoo.com" target="ContentWindow">&raquo;&nbsp;Yahoo</a><br/>
			<a href="http://www.google.com" target="ContentWindow">&raquo;&nbsp;Google</a><br/>
			<a href="http://www.microsoft.com" target="ContentWindow">&raquo;&nbsp;Microsoft</a><br/>
			<a href="http://www.telerik.com" target="ContentWindow">&raquo;&nbsp;Telerik</a><br/>
     </form>
	
  </body>
</html>

⌨️ 快捷键说明

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