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

样式_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-21 09:34:53
Original
1266 people have browsed it

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


回复讨论(解决方案)

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

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

[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>
Copy after login

Related labels:
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template