首頁 >web前端 >html教學 >样式_html/css_WEB-ITnose

样式_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-21 09:34:531247瀏覽

http://bbs.csdn.net/
问题:在那些英文下面都有条细线!请问怎么弄啊?


回复讨论(解决方案)

<p style="border-bottom:1px dashed red;">boder-style样式</p>

不明白你在问什么,随便猜一个吧。。

[img=http://my.csdn.net/inthello/album/detail/1159465][/img]

<!DOCTYPE HTML><html>	<head>		<meta charset="gb2312" />		<title></title>			<style>			ul {list-style:none;}			li {				width:70px; height:33px; line-height:33px;				border-bottom:1px solid red;			}		</style>			</head>	<body>		<ul>			<li>1-1</li>			<li>1-1</li>			<li>1-1</li>			<li>1-1</li>		</ul>	</body></html>

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn