首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

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

2011-12-28 
jsp 标签a classx 是什么意思啊?a classx这个是做什么用的啊?HTML code%@ page contentTypet

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一下,简单看看就明白了

热点排行