links.aspx

来自「ASP.NET 2.0 visual web desginer CODE」· ASPX 代码 · 共 16 行

ASPX
16
字号
<%@ Page Language="VB" MasterPageFile="~/PPQ.master" Title="Links Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="margin-top: 10px; font-weight: bold; font-size: xx-large; margin-bottom: 10px; color: gray; font-family: 'Comic Sans MS', Monospace; text-align: center;">Pizza Web Sites</div>
<ul>
<li><a href="http://whatscookingamerica.net/History/Pizza/PizzaHistory.htm" target="_blank">History &amp; Legends of Pizza</a></li>
<li><a href="http://www.geocities.com/Heartland/Flats/5353/pizza/history.html" target="_blank">Pizza-pedia Encyclopedia of Pizza</a></li>
<li><a href="http://homecooking.about.com/library/weekly/aa073100a.htm" target="_blank">Homemade Pizza</a></li>
<li><a href="http://pizzatherapy.com/" target="_blank">Pizza on Earth, Good Will to All</a></li>
<li><a href="http://www.gopresto.com/recipes/pizza/index.php" target="_blank">Pizza with Pizzazz Recipe Index</a></li>
<li><a href="http://www.pastarecipespizzarecipes.com/" target="_blank">Pizza Recipes &amp; Pasta Recipes</a></li>
<li><a href="http://www.hungrymonster.com/FoodFacts/Food_Facts.cfm?Phrase_vch=Pizza&ttl=6" target="_blank">Hungry Monster Pizza Facts</a></li>
</ul>
<p />
</asp:Content>

⌨️ 快捷键说明

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