当前位置: 代码迷 >> Java Web开发 >> jsp 标签<a class="x" 是什么意思啊解决思路
  详细解决方案

jsp 标签<a class="x" 是什么意思啊解决思路

热度:867   发布时间:2016-04-17 12:32:57.0
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一下,简单看看就明白了
  相关解决方案