zoukankan      html  css  js  c++  java
  • <a>

    <%@ page contentType="text/html; charset=GB2312"%>
    <TITLE></TITLE>
     
    <BODY bgColor=#ffffff leftMargin=0 topMargin=5 marginheight="5"
        marginwidth="5">
    <table align="center" border="0" width="100%" height="18"
        bgcolor="#3399ff" cellspacing="0">
        <tr>
            <td width="100%" align="center">
            <p><a class="x" href="/bookShop/Index.jsp">首页</a>|
            <a class="x" href="/bookShop/userJsp/UserLogon.jsp">用户登录</a>|<a
                class="x" href="/bookShop/BookListServlet">商品列表</a>|<a class="x"
                href="/bookShop/userJsp/Index.jsp">查询</a>|<a class="x"
                href="/bookShop/servlet/SpecialOfferServlet">特价书籍</a>|<a class="x"           
                href="/ECommerce/ShopCartServlet" target="_blank">购物车</a>|<a class="x"
                href="/ECommerce/OrderListServlet" target="_blank">订单</a>|<a class="x"
                href="/ECommerce/admin/index.jsp">后台管理</a>
            </td>
        </tr>
    </table>
    <a   class="x""表示调用css中定义为x的样式
  • 相关阅读:
    【NOIP2013】花匠
    【DP合集】tree-knapsack
    【DP合集】m-knapsack
    【DP合集】背包 bound
    【DP合集】合并 union
    【DP合集】棋盘 chess
    BZOJ1026 [SCOI2009]windy数
    最长上升子序列 LIS nlogn
    再谈线性基
    数论问题算法模板
  • 原文地址:https://www.cnblogs.com/aivnfjgj/p/6551100.html
Copyright © 2011-2022 走看看