📄 example8.aspx
字号:
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<mobile:Form runat="server" id="first" title="Back to Front">
<DeviceSpecific>
<Choice Filter="isHTML32">
<HeaderTemplate>
<table width="100%" cellpadding="4" cellspacing="2"
bgcolor="black">
<tr>
<td align="center" colspan="2" bgcolor="blanchedalmond">
<font face="Arial Black" size="5" color="black">
Back to Front
</font>
</td>
<tr>
<td width="25%" bgcolor="Gold" valign="top">
<font face="Verdana, sans-serif" size="2"><b>
<a href="/index.aspx">Home</a><br>
<a href="/links.aspx">Links</a><br>
<a href="/about.aspx">About</a><br>
<a href="/discuss.aspx">Discuss</a><br>
<a href="/contact.aspx">Contact</a>
</b></font>
</td>
<td bgcolor="coral" valign="top">
</HeaderTemplate>
<FooterTemplate>
</td>
<tr>
</table>
</FooterTemplate>
</Choice>
<Choice Filter="isUP4x">
<HeaderTemplate>
<b>Back to Front</b><br/>
</HeaderTemplate>
</Choice>
</DeviceSpecific>
The site that talks about what you don't want to hear about in a way that
makes it too confusing to follow anyway!
</mobile:Form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -