日期:2014-05-18  浏览次数:20734 次

jsp 标签<a class="x" 是什么意思啊?
"<a class="x""这个是做什么用的啊?


HTML code

<%@ 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的样式
------解决方案--------------------
CSS样式,baidu一下,简单看看就明白了