<!doctype html><!--申明当前文档的类型-->
<html>
<head>
<!--中文编码集:GBK GB2312 国际编码:utf-8-->
<meta http-equiv="content-type" content="text/html" charset="utf-8" />
<!--申明当前页面的三要素-->
<meta name="Keywords" content="关键字,关键词" />
<meta name="Description" content="描述和简介" />
<title>1612届零基础班</title>
<style type="text/css">
ul li{list-style:none;}
.box-ifr{width:1000px;border:2px solid #ffcc66;}
.box{width:100px;float:left}
.iframe{width:900px;height:600px;}
</style>
</head>
<body>
<div class="box-ifr">
<div class="box">
<ul>
<li><a href="#" target="a">百度</a></li>
<li><a href="#" target="a">新浪</a></li>
<li><a href="#" target="a">拉钩</a></li>
<li><a href="#" target="a">天猫</a></li>
</ul>
</div>
<iframe class="iframe" frameborder="1" src="http://www.baidu.com" scrolling="auto" name="a"><!-- 规定是否显示框架周围的边框值:0无,1有 -->
</iframe>
</div>
</body>
</html>
怎么去掉下面的无序列表,有两个
黄色标记的那个怎么去掉???
MarlboroKay