Home >Web Front-end >HTML Tutorial >样式_html/css_WEB-ITnose

样式_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:34:531253browse

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>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn